diff --git a/CHANGELOG.md b/CHANGELOG.md index 5079664c..4d4cf65f 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 + +- English translation. + ## [3.14.2] - 2022-10-28 ### Chore diff --git a/messages/en.json b/messages/en.json index da0b514f..2ebd4b32 100644 --- a/messages/en.json +++ b/messages/en.json @@ -9,7 +9,7 @@ "profile-form.field.gender": "Gender", "profile-form.field.custom-gender": "Custom Gender", "profile-form.field.document": "Document", - "profile-form.field.birthDate": "Birth Date", + "profile-form.field.birthDate": "Date of birth", "profile-form.field.homePhone": "Phone Number", "profile-form.field.businessPhone": "Corporate Phone", "profile-form.field.corporateDocument": "Corporate Document",