From d6442b123e7733122b2b60e466566ca0cec0378c Mon Sep 17 00:00:00 2001 From: Erhardt Stiefel <49943365+erhardtstiefel@users.noreply.github.com> Date: Wed, 11 Dec 2019 12:56:38 +0100 Subject: [PATCH] Update es.json After a longer discussion I understood just to change the title of the function deleteUserAccount by renaming "name": "Borrar datos", to "name": "Eliminar cuenta de usuario", to solve the bug --- webapp/locales/es.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/locales/es.json b/webapp/locales/es.json index 7223024bf..50558c851 100644 --- a/webapp/locales/es.json +++ b/webapp/locales/es.json @@ -113,7 +113,7 @@ } }, "deleteUserAccount": { - "name": "Borrar datos", + "name": "Eliminar cuenta de usuario", "contributionsCount": "Eliminar mis {count} contribuciones", "commentedCount": "Eliminar mis {count} comentarios", "accountDescription": "Tenga en cuenta que su contribución y sus comentarios son importantes para nuestra comunidad. Si aún decide borrarlos, debe marcarlos a continuación.", @@ -749,4 +749,4 @@ "donate-now": "Donar ahora", "amount-of-total": "{amount} de {total} € recaudados" } -} \ No newline at end of file +}