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.') }}