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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2021-05-24 12:28:55 +0300
committerGitHub <noreply@github.com>2021-05-24 12:28:55 +0300
commit355dbdabdba2ab3fb9eb613b10be06b41483d38e (patch)
treed96762ee5290aa31e349dcc59930baefdc8716d2
parentf1cfd00bdf1e99f4a0ca9895bc98d155abc98017 (diff)
parent7c311c44cdc7b753e8fb859b1d8ba8df04d18536 (diff)
Merge pull request #1565 from nextcloud/Valdnet-patch-1
l10n: Spelling unification
-rw-r--r--src/components/AdminSettings.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue
index 3266d3b2..f7f8c849 100644
--- a/src/components/AdminSettings.vue
+++ b/src/components/AdminSettings.vue
@@ -101,11 +101,11 @@
<p class="option-inline">
<em>
{{ t('richdocuments', 'This installation does not have a built in server.') }}
- <a :href="appUrl" target="_blank">{{ t('richdocuments', 'Install it from the app store.') }}</a>
+ <a :href="appUrl" target="_blank">{{ t('richdocuments', 'Install it from the App Store.') }}</a>
</em>
</p>
<p class="option-inline-emphasized">
- {{ t('richdocuments', 'If the installation from the app store fails, you can still do that manually using this command:') }}
+ {{ t('richdocuments', 'If the installation from the App Store fails, you can still do that manually using this command:') }}
<tt>php -d memory_limit=512M occ app:install {{ CODEAppID }}</tt>
</p>
</div>