From d04ad9356c2c09ee700e608cb31fc36303e74db6 Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 7 Nov 2022 15:47:10 +0100 Subject: [PATCH 1/2] Locales: change German text for login button --- frontend/src/locales/de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 5304881c4..de5033071 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -207,7 +207,7 @@ }, "language": "Sprache", "link-load": "den letzten Link nachladen | die letzten {n} Links nachladen | weitere {n} Links nachladen", - "login": "Anmeldung", + "login": "Anmelden", "math": { "aprox": "~", "asterisk": "*", From aa3b575061b4bbfefa2d8b84d175039d28b329ef Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 7 Nov 2022 15:50:46 +0100 Subject: [PATCH 2/2] Locales: change English texts for sign in elements --- frontend/src/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 9fa2a1634..260aaa221 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -207,7 +207,7 @@ }, "language": "Language", "link-load": "Load the last link | Load the last {n} links | Load more {n} links", - "login": "Login", + "login": "Sign in", "math": { "aprox": "~", "asterisk": "*", @@ -289,7 +289,7 @@ "heading": "Please enter the email address by which you're registered here." }, "login": { - "heading": "Log in with your access data. Keep them safe!" + "heading": "Sign in with your access data. Keep them safe!" }, "resetPassword": { "heading": "Please enter your password and repeat it."