From 305ff46274985220841e3273e16bd5a342b55556 Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Thu, 28 May 2020 15:54:50 +0300 Subject: Make built in CODE app link l10n friendly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julius Härtl Signed-off-by: Muhammet Kara --- src/components/AdminSettings.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') 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 @@ {{ 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.') }}

- {{ t('richdocuments', 'This installation does not have ') }}{{ t('richdocuments', 'a built in server') }} + + {{ t('richdocuments', 'This installation does not have a built in server.') }} + {{ t('richdocuments', 'Install it from the app store.') }} +

-- cgit v1.2.3