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