Merge pull request #17439 from owncloud/update-3rdpartytext

Remove 3rd party text for disabled apps on update
This commit is contained in:
Morris Jobke 2015-07-07 16:26:30 +02:00
commit 4d75db0e54
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', '');