From 007da3ce4891f8c5fe3590e6e6d800673468bb8d Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 18 Mar 2024 17:07:43 -0400 Subject: [PATCH] Update UpdateNotification.vue Signed-off-by: Josh --- .../src/components/UpdateNotification.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/updatenotification/src/components/UpdateNotification.vue b/apps/updatenotification/src/components/UpdateNotification.vue index e55df3d3e46..292960f36a6 100644 --- a/apps/updatenotification/src/components/UpdateNotification.vue +++ b/apps/updatenotification/src/components/UpdateNotification.vue @@ -53,10 +53,13 @@ @click="clickUpdaterButton">{{ t('updatenotification', 'Update via web') }} {{ t('updatenotification', 'Update via command line`) }} + class="button primary">{{ t('updatenotification', 'Update via command line`) }} + {{ t('updatenotification', 'Update manually`) }} {{ t('updatenotification', 'Update manually') }} + class="button">{{ t('updatenotification', 'Download the Archive (.zip) file') }} {{ 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.') }}