1
0
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:
Loic Blot 2014-10-08 08:19:12 +00:00
parent 4e7ea18e89
commit f5b2731453

View File

@ -29,5 +29,5 @@ namespace OCA\OcSms\AppInfo;
// the title of your application. This will be used in the
// 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')
));