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

fix(recommended-apps): Typo "screen sharing" vs "screensharing"
This commit is contained in:
Ferdinand Thiessen 2024-11-19 16:16:43 +01:00 committed by GitHub
commit a2590a4454
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -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: {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long