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
path: root/src
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2020-03-01 19:04:58 +0300
committerGitHub <noreply@github.com>2020-03-01 19:04:58 +0300
commitdd4f17c38e0a7acba8da357a7669093923dbf19f (patch)
tree9fa3c593fe69c37277dd220c2cc66a4f3f8b0048 /src
parent2574411c096dee1e7e3d28f571f2d037a9387b2a (diff)
l10n: Changed grammar
Reported at Transifex. Does that fit to the function? Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Diffstat (limited to 'src')
-rw-r--r--src/components/AdminSettings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue
index a8c50f8e..a93b0f4c 100644
--- a/src/components/AdminSettings.vue
+++ b/src/components/AdminSettings.vue
@@ -31,7 +31,7 @@
<span class="icon icon-close-white" /><span class="message">{{ t('richdocuments', 'Could not establish connection to the Collabora Online server.') }}</span>
</div>
<div v-else-if="serverError == 1" id="security-warning-state-failure">
- <span class="icon icon-loading" /><span class="message">{{ t('richdocuments', 'Setting new server') }}</span>
+ <span class="icon icon-loading" /><span class="message">{{ t('richdocuments', 'Setting up a new server') }}</span>
</div>
<div v-else id="security-warning-state-ok">
<span class="icon icon-checkmark-white" /><span class="message">{{ t('richdocuments', 'Collabora Online server is reachable.') }}</span>