From 816afa3a813cd63dfaaaf9e916cff4cad8ab7462 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 12 Feb 2025 23:26:56 +0530 Subject: [PATCH 1/3] fix: login title en --- public/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/en.json b/public/locales/en.json index f072dcc9..919af547 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -50,7 +50,7 @@ "new":"Create Robot", "modal":{ "title":"Enter the URL", - "login_title": "Does this website require login?", + "login_title": "Does this website require logging in?", "label":"URL", "button":"Start Recording" }, From 10ea965cef123a9cdd8332ecbd255b89c4934864 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 12 Feb 2025 23:30:39 +0530 Subject: [PATCH 2/3] fix: login title german --- public/locales/de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/de.json b/public/locales/de.json index a4c02b1d..1ff41fba 100644 --- a/public/locales/de.json +++ b/public/locales/de.json @@ -50,7 +50,7 @@ "new": "Roboter erstellen", "modal": { "title": "Geben Sie die URL ein", - "login_title": "Erfordert diese Seite eine Anmeldung?", + "login_title": "Ist für diese Website eine Anmeldung erforderlich?", "label": "URL", "button": "Aufnahme starten" }, From 3316cf2ee4c9515f6a44c285f745df3d3459fda7 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 12 Feb 2025 23:32:09 +0530 Subject: [PATCH 3/3] fix: login title spanish --- public/locales/es.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/es.json b/public/locales/es.json index 09f6d703..cd79d2cd 100644 --- a/public/locales/es.json +++ b/public/locales/es.json @@ -50,7 +50,7 @@ "new": "Crear Robot", "modal": { "title": "Ingresa la URL", - "login_title": "¿Este sitio requiere inicio de sesión?", + "login_title": "¿Este sitio web requiere iniciar sesión?", "label": "URL", "button": "Comenzar grabación" },