Merge pull request #19120 from nextcloud/fix/recommended_apps/spreed_not_talk
Use correct appid for talk
This commit is contained in:
commit
b6f06e1f8c
3 changed files with 2 additions and 2 deletions
BIN
core/js/dist/recommendedapps.js
vendored
BIN
core/js/dist/recommendedapps.js
vendored
Binary file not shown.
BIN
core/js/dist/recommendedapps.js.map
vendored
BIN
core/js/dist/recommendedapps.js.map
vendored
Binary file not shown.
|
@ -79,8 +79,8 @@ const recommended = {
|
|||
description: t('core', 'Simple email app nicely integrated with Files, Contacts and Calendar.'),
|
||||
icon: imagePath('core', 'actions/mail.svg'),
|
||||
},
|
||||
talk: {
|
||||
description: t('core', 'Screensharing, online meetings and web conferencing – on desktop and with mobile apps.'),
|
||||
spreed: {
|
||||
description: t('core', 'Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps.'),
|
||||
},
|
||||
onlyoffice: {
|
||||
description: t('core', 'Collaboratively edit office documents.'),
|
||||
|
|
Loading…
Reference in a new issue