Skip to content

Commit 97ce28c

Browse files
committed
add beta channel advice to the updatenotification section
Signed-off-by: szaimen <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
1 parent 8acefc9 commit 97ce28c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

apps/updatenotification/src/components/UpdateNotification.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@
8484
</template>
8585
</div>
8686

87+
<div>
88+
{{ t('updatenotification', 'You can change the update channel below which also affects the apps management page.') }} <br>
89+
{{ t('updatenotification', 'E.g. after switching to the beta channel, beta app updates will be offered to you in the apps management page.') }}
90+
</div>
91+
8792
<h3 class="update-channel-selector">
8893
{{ t('updatenotification', 'Update channel:') }}
8994
<div v-click-outside="closeUpdateChannelMenu" class="update-menu">

0 commit comments

Comments
 (0)