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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
4 additions and
4 deletions
-
core/src/components/setup/RecommendedApps.vue
-
dist/core-recommendedapps.js
-
dist/core-recommendedapps.js.map
|
|
|
@ -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: { |
|
|
|
|