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:
authorMuhammet Kara <muhammet.kara@collabora.com>2020-05-26 22:36:24 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-05-26 22:41:34 +0300
commit5ecdbf06b05df64180844f00885064701d5afd02 (patch)
tree985e3d72617fd9f064d74c111e992eddf18d06b9 /src
parentbbff124b47a2bae7aae4bc278fa0a28f33bc0775 (diff)
Admin Settings text update
from the marketing team Signed-off-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/AdminSettings.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue
index bac31560..a7ba8ec7 100644
--- a/src/components/AdminSettings.vue
+++ b/src/components/AdminSettings.vue
@@ -71,12 +71,12 @@
<input id="builtinserver" v-model="serverMode" type="radio"
name="serverMode" value="builtin" class="radio"
:disabled="updating || !CODEInstalled" @click="setBuiltinServer">
- <label for="builtinserver">{{ t('richdocuments', 'Use the built-in testing server') }}</label><br>
+ <label for="builtinserver">{{ t('richdocuments', 'Use the built in CODE - Collabora Online Development Edition') }}</label><br>
<p v-if="CODEInstalled" class="option-inline">
- <em>{{ t('richdocuments', 'This installation has a built-in Collabora Online with limited capabilities for testing') }}</em>
+ <em>{{ t('richdocuments', 'easy, just a bit slower than a normal server, and of course not with the usual excellent scalability, but fine for testing or personal use or small teams.') }}</em>
</p>
<p v-else class="option-inline">
- <em>{{ t('richdocuments', 'This installation does not have a built-in Collabora Online test server') }}</em>
+ <em>{{ t('richdocuments', 'This installation does not have a built in server') }}</em>
</p>
</div>
<div>