String is translated by the menu framework
Signed-off-by: Michael Tänzer <neo@nhng.de>
This commit is contained in:
parent
72e3df0748
commit
cab10c7d63
1 changed files with 1 additions and 1 deletions
|
@ -48,6 +48,6 @@ class ManageAccount extends FWAction {
|
|||
* @return string
|
||||
*/
|
||||
public static function getMenuText() {
|
||||
return I18n::_('Manage Account');
|
||||
return 'Manage Account';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue