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:
Diffstat (limited to 'src')
-rw-r--r--src/components/AdminSettings.vue6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue
index a20cf6e1..85bfe21d 100644
--- a/src/components/AdminSettings.vue
+++ b/src/components/AdminSettings.vue
@@ -80,8 +80,10 @@
<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 title="Built-in CODE Server App" :href="appUrl" target="_blank"
- rel="noopener" class="external">{{ t('richdocuments', 'a built in server') }}</a></em>
+ <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>
+ </em>
</p>
</div>
<div>