From 7a300c0210a13da32775bbab5df6098b88a521d0 Mon Sep 17 00:00:00 2001 From: MarcoAurelio <30000615+MarcoAurelioWM@users.noreply.github.com> Date: Tue, 9 Jun 2020 18:29:15 +0200 Subject: [PATCH] languages: Fix Spanish translation for 'Check' Fixes https://github.com/hCaptcha/hcaptcha-i18n/issues/5 --- languages/es.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/es.json b/languages/es.json index 634552a..cc249e8 100644 --- a/languages/es.json +++ b/languages/es.json @@ -4,7 +4,7 @@ "Can't Solve": "No puede resolver", "Cancel": "Cancelar", "Cancel Response": "Cancelar respuesta", - "Check": "Cheque", + "Check": "Verificar", "Close": "Cerca", "Close Modal": "Modal cerrado", "Enter the two words in the image.": "Ingrese las dos palabras en la imagen.", @@ -71,4 +71,4 @@ "hCaptcha is a service that reduces bots and spam by asking simple questions. Please follow the instructions at the top of the screen for each challenge. For more info visit": "hCaptcha es un servicio que reduce los bots y el spam haciendo preguntas simples. Siga las instrucciones en la parte superior de la pantalla para cada desaf\u00edo. Para m\u00e1s informaci\u00f3n visite", "widget error message text": "texto del mensaje de error del widget", "widget warning message text": "texto del mensaje de advertencia del widget" -} \ No newline at end of file +}