Browse Source

Merge pull request #31739 from nextcloud/enh/noid/add-beta-channel-advice

add beta channel advice to the updatenotification section
pull/31719/head
Simon L 4 years ago
committed by GitHub
parent
commit
50076ec6c5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apps/updatenotification/src/components/UpdateNotification.vue
  2. 4
      dist/updatenotification-updatenotification.js
  3. 2
      dist/updatenotification-updatenotification.js.map

4
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">

4
dist/updatenotification-updatenotification.js
File diff suppressed because it is too large
View File

2
dist/updatenotification-updatenotification.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save