Browse Source

Merge pull request #49347 from nextcloud/fix/typo-recommended-apps

fix(recommended-apps): Typo "screen sharing" vs "screensharing"
pull/49376/head
Ferdinand Thiessen 2 years ago
committed by GitHub
parent
commit
a2590a4454
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      core/src/components/setup/RecommendedApps.vue
  2. 4
      dist/core-recommendedapps.js
  3. 2
      dist/core-recommendedapps.js.map

2
core/src/components/setup/RecommendedApps.vue

@ -80,7 +80,7 @@ const recommended = {
icon: imagePath('core', 'actions/mail.svg'),
},
spreed: {
description: t('core', 'Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps.'),
description: t('core', 'Chatting, video calls, screen sharing, online meetings and web conferencing – in your browser and with mobile apps.'),
icon: imagePath('core', 'apps/spreed.svg'),
},
richdocuments: {

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

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

Loading…
Cancel
Save