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

change dep labels

This commit is contained in:
Loic Blot 2015-01-12 07:08:57 +00:00
parent 1a1e7000f2
commit 2fb3386731

View File

@ -32,6 +32,6 @@ if(\OCP\App::isEnabled('appframework')){
'name' => \OCP\Util::getL10N('ocsms')->t('SMS')
));
} else {
$msg = 'Can not enable the MyApp app because the App Framework App is disabled';
\OCP\Util::writeLog('myapp', $msg, \OCP\Util::ERROR);
$msg = 'Can not enable the OcSms app because the App Framework App is disabled';
\OCP\Util::writeLog('ocsms', $msg, \OCP\Util::ERROR);
}