1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +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
+1 -1
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')
));