From a64652e12aec9dabe41008326b42c9d2fbd0872c Mon Sep 17 00:00:00 2001 From: Vincent Petry <pvince81@owncloud.com> Date: Tue, 7 Jul 2015 15:00:19 +0200 Subject: Remove 3rd party text for disabled apps on update --- core/ajax/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/ajax/update.php b/core/ajax/update.php index a4c7951d836..14b4f913f76 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', ''); -- cgit v1.2.3