Import admin "log out" translation

This commit is contained in:
Toby Zerner 2015-08-27 10:50:57 +09:30
parent 430a8cd575
commit 1090e1f639

View File

@ -28,7 +28,7 @@ class ClientAction extends BaseClientAction
* {@inheritdoc} * {@inheritdoc}
*/ */
protected $translationKeys = [ protected $translationKeys = [
'core.log_out'
]; ];
/** /**