Remove 3rd party text for disabled apps on update

This commit is contained in:
Vincent Petry 2015-07-07 15:00:19 +02:00
parent 645600ae03
commit a64652e12a
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ if (OC::checkUpgrade(false)) {
}
if (!empty($disabledThirdPartyApps)) {
$eventSource->send('notice',
(string)$l->t('Following 3rd party apps have been disabled: %s', implode(', ', $disabledThirdPartyApps)));
(string)$l->t('Following apps have been disabled: %s', implode(', ', $disabledThirdPartyApps)));
}
$eventSource->send('done', '');