Skip to content

Commit

Permalink
Merge pull request #87 from vtex-apps/fix/logout-modal-title
Browse files Browse the repository at this point in the history
Fix logout modal title french translation
  • Loading branch information
arthurepc authored May 20, 2019
2 parents be884fc + 267982c commit edea79b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.27.2] - 2019-05-20

### Fixed

- Logout modal title french translation.

## [0.27.1] - 2019-05-08

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "my-account",
"vendor": "vtex",
"version": "0.27.1",
"version": "0.27.2",
"title": "My Account",
"description": "",
"mustUpdateAt": "2019-07-09",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.27.1",
"version": "0.27.2",
"devDependencies": {
"@types/exenv": "^1.2.0",
"@vtex/intl-equalizer": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion react/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"pages.myAccount": "Mon compte",
"pages.logout": "Sortie",
"logoutModal.cancel": "Annuler",
"logoutModal.title": "Veux-tu vraiment arrêter de fumer?",
"logoutModal.title": "Tu veux sortir?",
"personalData.redefinePassword": "Redéfinir mot de passe",
"personalData.saveData": "Sauvegarder les modifications",
"personalData.password": "Mot de passe",
Expand Down

0 comments on commit edea79b

Please sign in to comment.