Skip to content

Commit

Permalink
feat(Updater/Admin): Clarify instructions for upgrade.disable-web
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
joshtrichards authored and nextcloud-command committed Dec 1, 2023
1 parent 0fc8c15 commit 36762d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading

0 comments on commit 36762d0

Please sign in to comment.