diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-04-12 12:58:59 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2021-05-20 09:22:07 +0200 |
commit | 7bc22370b4528ab2400a566bbdd235de988c6129 (patch) | |
tree | ff9d4953176d8ff2e394cef86c2a7b975662c41e | |
parent | b9d00a96b3b9670baf0db3da274b897860caa6d2 (diff) | |
download | nextcloud-server-7bc22370b4528ab2400a566bbdd235de988c6129.tar.gz nextcloud-server-7bc22370b4528ab2400a566bbdd235de988c6129.zip |
l10n: Unify spelling
Spelling unification in Nextcloud applications.
-rw-r--r-- | core/src/components/setup/RecommendedApps.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/components/setup/RecommendedApps.vue b/core/src/components/setup/RecommendedApps.vue index 25158d6e915..e4cd39544cb 100644 --- a/core/src/components/setup/RecommendedApps.vue +++ b/core/src/components/setup/RecommendedApps.vue @@ -44,10 +44,10 @@ <strong>{{ t('core', 'App download or installation failed') }}</strong> </p> <p v-else-if="!app.isCompatible"> - <strong>{{ t('core', 'Can\'t install this app because it is not compatible') }}</strong> + <strong>{{ t('core', 'Cannot install this app because it is not compatible') }}</strong> </p> <p v-else-if="!app.canInstall"> - <strong>{{ t('core', 'Can\'t install this app') }}</strong> + <strong>{{ t('core', 'Cannot install this app') }}</strong> </p> </div> </div> |