mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #17439 from owncloud/update-3rdpartytext
Remove 3rd party text for disabled apps on update
This commit is contained in:
commit
4d75db0e54
1 changed files with 1 additions and 1 deletions
|
|
@ -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', '');
|
||||
|
|
|
|||
Loading…
Reference in a new issue