Skip to content

Commit

Permalink
Adjust recommended apps page
Browse files Browse the repository at this point in the history
Removed collabora code.
Added description for richdocuments as the name will be "Nextcloud
Office" pulled from the app store.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
  • Loading branch information
PVince81 committed Sep 14, 2022
1 parent 0550e5e commit 8c7f347
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
6 changes: 1 addition & 5 deletions core/src/components/setup/RecommendedApps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,9 @@ const recommended = {
icon: imagePath('core', 'apps/spreed.svg'),
},
richdocuments: {
description: t('core', 'Collaboratively edit office documents.'),
description: t('core', 'Collaborative documents, spreadsheets and presentations, built on Collabora Online.'),
icon: imagePath('core', 'apps/richdocuments.svg'),
},
richdocumentscode: {
description: t('core', 'Local document editing back-end used by the Collabora Online app.'),
icon: imagePath('core', 'apps/richdocumentscode.svg'),
},
}
const recommendedIds = Object.keys(recommended)
const defaultPageUrl = loadState('core', 'defaultPageUrl')
Expand Down
Loading

0 comments on commit 8c7f347

Please sign in to comment.