diff options
-rw-r--r-- | settings/js/apps.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/apps.js b/settings/js/apps.js index 325653ccbdc..d51c642c9c9 100644 --- a/settings/js/apps.js +++ b/settings/js/apps.js @@ -402,7 +402,7 @@ OC.Settings.Apps = OC.Settings.Apps || { OC.dialogs.info( t( 'settings', - 'The app needs to be updated. This page will be reloaded in 5 seconds.' + 'The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds.' ), t('settings','App update'), function (result) { |