Skip to content

Commit a2590a4

Browse files
authored
Merge pull request #49347 from nextcloud/fix/typo-recommended-apps
fix(recommended-apps): Typo "screen sharing" vs "screensharing"
2 parents 73f3b9b + f17fc3f commit a2590a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/src/components/setup/RecommendedApps.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const recommended = {
8080
icon: imagePath('core', 'actions/mail.svg'),
8181
},
8282
spreed: {
83-
description: t('core', 'Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps.'),
83+
description: t('core', 'Chatting, video calls, screen sharing, online meetings and web conferencing – in your browser and with mobile apps.'),
8484
icon: imagePath('core', 'apps/spreed.svg'),
8585
},
8686
richdocuments: {

0 commit comments

Comments
 (0)