1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-10 09:26:15 +00:00

Merge pull request #18 from enoch85/patch-1

Change from Oc Sms ---> SMS
This commit is contained in:
Ner'zhul 2014-11-02 17:15:35 +01:00
commit cc8d5ac50a

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