diff --git a/appinfo/app.php b/appinfo/app.php index 23ca1c0..52fd4a4 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -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') ));