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:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-04-12 13:58:59 +0300
committerMorris Jobke <hey@morrisjobke.de>2021-05-20 10:22:07 +0300
commit7bc22370b4528ab2400a566bbdd235de988c6129 (patch)
treeff9d4953176d8ff2e394cef86c2a7b975662c41e /core/src
parentb9d00a96b3b9670baf0db3da274b897860caa6d2 (diff)
l10n: Unify spelling
Spelling unification in Nextcloud applications.
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 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>