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:
parent
9d8702d3bb
commit
8192c65e49
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user