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 <mrkara@users.noreply.github.com>2020-05-28 15:54:50 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-05-28 16:07:36 +0300
commit305ff46274985220841e3273e16bd5a342b55556 (patch)
tree20829a2877137ae46f97f2fc65f9c482c85ccbf2 /src
parentf750288bc65e5b09d0a402bc4955d8926765fdc7 (diff)
Make built in CODE app link l10n friendly
Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Muhammet Kara <muhammet.kara@collabora.com>
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>