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:
-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>