1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +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
+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')
));