diff options
author | Josh Richards <josh.t.richards@gmail.com> | 2023-12-01 09:03:42 -0500 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-12-02 03:19:21 +0100 |
commit | f909520911869e6657cca909a919ac5d55801c0e (patch) | |
tree | a82d2a40b610990c7585ce7638bdecc37adc2082 /apps/updatenotification | |
parent | 4efa24bd3f0dbfd4d0f02ba21e1f527b734d9b81 (diff) | |
download | nextcloud-server-f909520911869e6657cca909a919ac5d55801c0e.tar.gz nextcloud-server-f909520911869e6657cca909a919ac5d55801c0e.zip |
feat(Updater/Admin): Clarify instructions for `upgrade.disable-web`
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/updatenotification')
-rw-r--r-- | apps/updatenotification/src/components/UpdateNotification.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/src/components/UpdateNotification.vue b/apps/updatenotification/src/components/UpdateNotification.vue index b5f6ddc74b0..3ef1bfcfd0f 100644 --- a/apps/updatenotification/src/components/UpdateNotification.vue +++ b/apps/updatenotification/src/components/UpdateNotification.vue @@ -56,7 +56,7 @@ class="button" :class="{ hidden: !updaterEnabled }">{{ t('updatenotification', 'Download now') }}</a> <span v-if="updaterEnabled && !webUpdaterEnabled"> - {{ t('updatenotification', 'Please use the command line updater to update.') }} + {{ t('updatenotification', 'Web updater is disabled. Please use the command line updater or the appropriate update mechanism for your installation method (e.g. Docker pull) to update.') }} </span> <NcActions v-if="whatsNewData || changelogURL" :force-menu="true" |