Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-01-24 15:36:01 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-01-26 23:17:23 +0300
commit327a814a42932d0580a2b9c518849413b8590527 (patch)
treedd6fb6b99e5733adca5bb19a2f472c195d81e91e /core/src
parent4f087d7af6962a1486b890a1e7c43d55b4a06eb5 (diff)
Use correct appid for talk
Else it won't show up of course... Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/components/setup/RecommendedApps.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/components/setup/RecommendedApps.vue b/core/src/components/setup/RecommendedApps.vue
index 4375c53a0fa..550c3aaff70 100644
--- a/core/src/components/setup/RecommendedApps.vue
+++ b/core/src/components/setup/RecommendedApps.vue
@@ -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.'),