diff --git a/core/ajax/update.php b/core/ajax/update.php index a4c7951d8365b438bea37b00bb106e3838659cfa..14b4f913f769490bd9c2306fcc3b6993697106c6 100644 --- a/core/ajax/update.php +++ b/core/ajax/update.php @@ -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', '');