mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-19 05:46:09 +00:00
fix ocsms index
This commit is contained in:
parent
7c93f35a4a
commit
9f191c67ed
@ -21,7 +21,7 @@ namespace OCA\OcSms\AppInfo;
|
|||||||
'order' => 10,
|
'order' => 10,
|
||||||
|
|
||||||
// the route that will be shown on startup
|
// the route that will be shown on startup
|
||||||
'href' => \OCP\Util::linkToRoute('ocsms.page.index'),
|
'href' => \OCP\Util::linkToRoute('ocsms.sms.index'),
|
||||||
|
|
||||||
// the icon that will be shown in the navigation
|
// the icon that will be shown in the navigation
|
||||||
// this file needs to exist in img/
|
// this file needs to exist in img/
|
||||||
@ -30,4 +30,4 @@ namespace OCA\OcSms\AppInfo;
|
|||||||
// the title of your application. This will be used in the
|
// the title of your application. This will be used in the
|
||||||
// navigation or on the settings page of your app
|
// navigation or on the settings page of your app
|
||||||
'name' => \OC_L10N::get('ocsms')->t('Oc Sms')
|
'name' => \OC_L10N::get('ocsms')->t('Oc Sms')
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user