1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-18 13:26:14 +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

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')
));