diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-05-25 16:04:54 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-05-25 16:04:54 +0200 |
commit | bde5b9577b97234cf80adb3e7bc987913b3189ea (patch) | |
tree | 10ec8e5e3b8107503105a01458b98286f26f8ee4 /core/src/components | |
parent | e57bca31adc9a2591357825fa7042596fcb51f7d (diff) | |
download | nextcloud-server-bde5b9577b97234cf80adb3e7bc987913b3189ea.tar.gz nextcloud-server-bde5b9577b97234cf80adb3e7bc987913b3189ea.zip |
Update hub bundle and add proxy rule to htaccess
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/src/components')
-rw-r--r-- | core/src/components/setup/RecommendedApps.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/components/setup/RecommendedApps.vue b/core/src/components/setup/RecommendedApps.vue index 550c3aaff70..46fac684370 100644 --- a/core/src/components/setup/RecommendedApps.vue +++ b/core/src/components/setup/RecommendedApps.vue @@ -82,11 +82,11 @@ const recommended = { spreed: { description: t('core', 'Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps.'), }, - onlyoffice: { + richdocuments: { description: t('core', 'Collaboratively edit office documents.'), }, - documentserver_community: { - description: t('core', 'Local document editing back-end used by the OnlyOffice app.'), + richdocumentscode: { + description: t('core', 'Local document editing back-end used by the Collabora Online app.'), }, } const recommendedIds = Object.keys(recommended) |