From a61ba68a4726ba6c037e8bb12baa470af0973f9d Mon Sep 17 00:00:00 2001 From: axel simon Date: Thu, 26 Jan 2023 18:22:10 +0000 Subject: [PATCH] Web: update target of "run your own" link Dimension may be deprecated, no reason for the link to point to the wrong target. Also: - add exclamation mark, running your own is fun (if dangerous, since deprecated) - tweak German translation (may as well) Signed-off-by: axel simon --- web/app/home/home.component.html | 2 +- web/assets/i18n/de.json | 4 ++-- web/assets/i18n/en.json | 4 ++-- web/assets/i18n/template.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web/app/home/home.component.html b/web/app/home/home.component.html index b4abc72..843099b 100644 --- a/web/app/home/home.component.html +++ b/web/app/home/home.component.html @@ -14,7 +14,7 @@
-

{{'Try it out or' | translate}} {{'run your own' | translate}}

+

{{'Try it out or' | translate}} {{'run your own!' | translate}}

{{'Visit' | translate}} element.t2host.io {{'and log in with your Matrix account or point your Element' | translate}} config.json {{'at our servers:' | translate}} diff --git a/web/assets/i18n/de.json b/web/assets/i18n/de.json index e576664..647b88a 100644 --- a/web/assets/i18n/de.json +++ b/web/assets/i18n/de.json @@ -241,8 +241,8 @@ "An open source integration manager for Matrix": "Ein Open Source Integration-Manager für Matrix", "Self-host your favourite bots, bridges, and widgets.": "Hosten Sie Ihre Lieblingsbots, Bridges und Widgets selbst.", "source": "Quellcode", - "Try it out or": "Probieren Sie es aus oder installieren Sie", - "run your own": "Ihre eigene Instanz", + "Try it out or": "Probieren Sie es aus oder", + "run your own!": "installieren Sie Ihre eigene Instanz!", "Visit": "Besuchen Sie", "and log in with your Matrix account or point your Element": "und melden Sie sich mit Ihrem Matrix-Konto an oder ändern Sie in Ihrem Element die", "at our servers:": ", so dass sie auf unseren Server verweist", diff --git a/web/assets/i18n/en.json b/web/assets/i18n/en.json index 18c502a..9cf6538 100644 --- a/web/assets/i18n/en.json +++ b/web/assets/i18n/en.json @@ -291,7 +291,7 @@ "Self-host your favourite bots, bridges, and widgets.": "Self-host your favourite bots, bridges, and widgets.", "source": "source", "Try it out or": "Try it out or", - "run your own": "run your own", + "run your own!": "run your own!", "Visit": "Visit", "and log in with your Matrix account or point your Element": "and log in with your Matrix account or point your Element", "at our servers:": "at our servers:", @@ -509,4 +509,4 @@ "Your client is too old to use this widget, sorry": "Your client is too old to use this widget, sorry", "Please accept the prompt to verify your identity": "Please accept the prompt to verify your identity", "Error loading policy": "Error loading policy" -} \ No newline at end of file +} diff --git a/web/assets/i18n/template.json b/web/assets/i18n/template.json index 7cc2be8..f1a8e78 100644 --- a/web/assets/i18n/template.json +++ b/web/assets/i18n/template.json @@ -291,7 +291,7 @@ "Self-host your favourite bots, bridges, and widgets.": "Self-host your favourite bots, bridges, and widgets.", "source": "source", "Try it out or": "Try it out or", - "run your own": "run your own", + "run your own!": "run your own!", "Visit": "Visit", "and log in with your Matrix account or point your Element": "and log in with your Matrix account or point your Element", "at our servers:": "at our servers:", @@ -509,4 +509,4 @@ "Your client is too old to use this widget, sorry": "Your client is too old to use this widget, sorry", "Please accept the prompt to verify your identity": "Please accept the prompt to verify your identity", "Error loading policy": "Error loading policy" -} \ No newline at end of file +}