1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Change from Oc Sms ---> SMS

Looks cleaner and more like the design.
This commit is contained in:
Daniel Hansson
2014-11-02 03:07:05 +01:00
parent 4f016d89ab
commit 5eca5d441e
+1 -1
View File
@@ -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' => \OCP\Util::getL10N('ocsms')->t('Oc Sms')
'name' => \OCP\Util::getL10N('ocsms')->t('SMS')
));