mirror of
https://github.com/flarum/framework.git
synced 2025-05-31 12:35:48 +08:00
Only include namespaced translations
This commit is contained in:
@ -30,9 +30,7 @@ class ClientAction extends BaseClientAction
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected $translationKeys = [
|
||||
'core.log_out'
|
||||
];
|
||||
protected $translationKeys = ['core.admin'];
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
Reference in New Issue
Block a user