Skip to content

Commit 50076ec

Browse files
authored
Merge pull request #31739 from nextcloud/enh/noid/add-beta-channel-advice
add beta channel advice to the updatenotification section
2 parents f528c54 + d84eda9 commit 50076ec

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

apps/updatenotification/src/components/UpdateNotification.vue

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

87+
<div>
88+
{{ 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.') }}
89+
</div>
90+
8791
<h3 class="update-channel-selector">
8892
{{ t('updatenotification', 'Update channel:') }}
8993
<div v-click-outside="closeUpdateChannelMenu" class="update-menu">

0 commit comments

Comments
 (0)