Skip to content

Commit b6f06e1

Browse files
authored
Merge pull request #19120 from nextcloud/fix/recommended_apps/spreed_not_talk
Use correct appid for talk
2 parents de53dcb + 86fc698 commit b6f06e1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

core/js/dist/recommendedapps.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/js/dist/recommendedapps.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/src/components/setup/RecommendedApps.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ const recommended = {
7979
description: t('core', 'Simple email app nicely integrated with Files, Contacts and Calendar.'),
8080
icon: imagePath('core', 'actions/mail.svg'),
8181
},
82-
talk: {
83-
description: t('core', 'Screensharing, online meetings and web conferencing – on desktop and with mobile apps.'),
82+
spreed: {
83+
description: t('core', 'Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps.'),
8484
},
8585
onlyoffice: {
8686
description: t('core', 'Collaboratively edit office documents.'),

0 commit comments

Comments
 (0)