From 0bc4fb5cd47f315cbf6fb54054e9730a953fdadf Mon Sep 17 00:00:00 2001 From: Borty97 <60492018+Borty97@users.noreply.github.com> Date: Sun, 9 Jul 2023 19:18:04 +0200 Subject: [PATCH] Update es_ES.json Username and Password translations were swaped --- translations/es_ES.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/translations/es_ES.json b/translations/es_ES.json index bb912b6..b17b863 100644 --- a/translations/es_ES.json +++ b/translations/es_ES.json @@ -14,8 +14,8 @@ "step": { "network_login": { "data": { - "password": "Usuario", - "username": "ContraseƱa" + "password": "ContraseƱa", + "username": "Nombre de usuario" }, "description": "Introduce las credenciales del Instalador" }, @@ -48,4 +48,4 @@ } } } -} \ No newline at end of file +}