diff options
author | szaimen <szaimen@e.mail.de> | 2022-03-28 22:20:53 +0200 |
---|---|---|
committer | Simon L. (Rebase PR Action) <szaimen@e.mail.de> | 2022-03-30 15:12:11 +0000 |
commit | d84eda974d32c5bbd83396240ba036c93fe05c29 (patch) | |
tree | 64441198c97136721fa06925a841d1282baa89ab /apps/updatenotification/src | |
parent | f528c5416cea24fc8965d564508d267d713c165e (diff) | |
download | nextcloud-server-d84eda974d32c5bbd83396240ba036c93fe05c29.tar.gz nextcloud-server-d84eda974d32c5bbd83396240ba036c93fe05c29.zip |
add beta channel advice to the updatenotification section
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/updatenotification/src')
-rw-r--r-- | apps/updatenotification/src/components/UpdateNotification.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/updatenotification/src/components/UpdateNotification.vue b/apps/updatenotification/src/components/UpdateNotification.vue index 0f978358e3f..6fc48978852 100644 --- a/apps/updatenotification/src/components/UpdateNotification.vue +++ b/apps/updatenotification/src/components/UpdateNotification.vue @@ -84,6 +84,10 @@ </template> </div> + <div> + {{ t('updatenotification', 'You can change the update channel below which also affects the apps management page. E.g. after switching to the beta channel, beta app updates will be offered to you in the apps management page.') }} + </div> + <h3 class="update-channel-selector"> {{ t('updatenotification', 'Update channel:') }} <div v-click-outside="closeUpdateChannelMenu" class="update-menu"> |