From 05b2ec772a052667bf86d8bc13e534f8a2c697ed Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 18 Mar 2024 16:55:47 -0400 Subject: [PATCH] enh(UpdateNotification): Make update options clearer Signed-off-by: Josh --- .../src/components/UpdateNotification.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/updatenotification/src/components/UpdateNotification.vue b/apps/updatenotification/src/components/UpdateNotification.vue index 093cbdd8a56..e55df3d3e46 100644 --- a/apps/updatenotification/src/components/UpdateNotification.vue +++ b/apps/updatenotification/src/components/UpdateNotification.vue @@ -50,11 +50,13 @@ {{ t('updatenotification', 'Open updater') }} - {{ t('updatenotification', 'Update via web') }} + {{ t('updatenotification', 'Update via command line`) }} + {{ t('updatenotification', 'Download now') }} + class="button">{{ t('updatenotification', 'Update manually') }} {{ 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.') }}