mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
Fix OC_L10N::get issue
This commit is contained in:
parent
4e7ea18e89
commit
f5b2731453
@ -29,5 +29,5 @@ namespace OCA\OcSms\AppInfo;
|
|||||||
|
|
||||||
// the title of your application. This will be used in the
|
// the title of your application. This will be used in the
|
||||||
// navigation or on the settings page of your app
|
// navigation or on the settings page of your app
|
||||||
'name' => \OC_L10N::get('ocsms')->t('Oc Sms')
|
'name' => \OCP\Util::getL10N('ocsms')->t('Oc Sms')
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user