From 5eca5d441e427192b449ed30a3543dfae79e2384 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sun, 2 Nov 2014 03:07:05 +0100 Subject: [PATCH] Change from Oc Sms ---> SMS Looks cleaner and more like the design. --- appinfo/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/app.php b/appinfo/app.php index 52fd4a4..4fcf5ed 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -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') ));