Skip to content

Commit

Permalink
Merge pull request #41971 from nextcloud/enh/upgrade-disable-web-inst…
Browse files Browse the repository at this point in the history
…ructions
  • Loading branch information
kesselb authored Dec 2, 2023
2 parents 4efa24b + f909520 commit 8fec42f
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 8fec42f

Please sign in to comment.