diff --git a/CHANGELOG.md b/CHANGELOG.md index 49bad33..6aee92c 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. + ## [1.6.1] - 2023-04-05 ### Fixed diff --git a/messages/es.json b/messages/es.json index 4e8778a..df5bd6e 100644 --- a/messages/es.json +++ b/messages/es.json @@ -3,7 +3,7 @@ "alert.unauthenticated": "Debe estar autenticado para continuar con esta acción.", "alert.reload": "Recargar", "alert.unknownError": "Se produjo un error, inténtalo de nuevo.", - "commons.back": "Regreso", + "commons.back": "Atrás", "progressBar.package.progress": "Estado del paquete", "progressBar.order.status": "Estado del pedido" } \ No newline at end of file