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
This commit is contained in:
Erhardt Stiefel 2019-12-11 12:56:38 +01:00 committed by GitHub
parent d7fb263d1e
commit d6442b123e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}
}