From 160d0085bf8854db5aab447b556054e385b7f86c Mon Sep 17 00:00:00 2001 From: kaio-donadelli Date: Tue, 17 Jan 2023 08:56:34 -0300 Subject: [PATCH] Fixed Spanish translation. --- CHANGELOG.md | 4 ++++ messages/es.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3243b69b..6b64eb92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + +- Spanish translation. + ## [0.42.0] - 2022-12-22 ### Added diff --git a/messages/es.json b/messages/es.json index 0408d443..ffc742b8 100644 --- a/messages/es.json +++ b/messages/es.json @@ -14,7 +14,7 @@ "addresses.addAddress": "Añadir dirección", "addresses.saveAddress": "Guardar dirección", "addresses.deleteAddress": "Borrar dirección", - "addresses.notFound": "Usted no tiene ninguna de las direcciones registrado.", + "addresses.notFound": "No tienes ninguna dirección registrada.", "addresses.notApplicable": "S/N", "commons.edit": "Editar", "alert.addressNotFound": "La dirección seleccionada no fue encontrada.",