Skip to content

Commit 0a5f7c3

Browse files
feat(Updater/Admin): Clarify instructions for upgrade.disable-web
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
1 parent 0fc8c15 commit 0a5f7c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/updatenotification/src/components/UpdateNotification.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
class="button"
5757
:class="{ hidden: !updaterEnabled }">{{ t('updatenotification', 'Download now') }}</a>
5858
<span v-if="updaterEnabled && !webUpdaterEnabled">
59-
{{ t('updatenotification', 'Please use the command line updater to update.') }}
59+
{{ 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.') }}
6060
</span>
6161
<NcActions v-if="whatsNewData || changelogURL"
6262
:force-menu="true"

0 commit comments

Comments
 (0)