1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00

Forget to change appname in AppFramework

This commit is contained in:
Loic Blot 2017-01-03 12:56:17 +01:00
parent 9d8702d3bb
commit 8192c65e49

View File

@ -29,7 +29,7 @@ if (class_exists('\OCP\AppFramework\App')) {
// the title of your application. This will be used in the
// navigation or on the settings page of your app
'name' => \OCP\Util::getL10N('ocsms')->t('SMS')
'name' => \OCP\Util::getL10N('ocsms')->t('Phone Sync')
));
} else {
$msg = 'Can not enable the OcSms app because the App Framework App is disabled';