Browse Source

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>
tags/v29.0.0beta1
Josh Richards 5 months ago
parent
commit
f909520911
No account linked to committer's email address

+ 1
- 1
apps/updatenotification/src/components/UpdateNotification.vue View File

@@ -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"

+ 2
- 2
dist/updatenotification-updatenotification.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/updatenotification-updatenotification.js.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save