Skip to content

Commit

Permalink
Merge pull request #96 from vtex-apps/fix/profile-toast-text
Browse files Browse the repository at this point in the history
Fix/profile toast text
  • Loading branch information
kaisermann authored Jul 11, 2019
2 parents 4c28fc9 + d1f55d1 commit 7cab460
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fix

- Toast content not being correctly localized.

## [0.27.7] - 2019-07-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion react/components/shared/Toast.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Toast extends Component {
isClosing ? 'fadeOutDown' : 'fadeInUp'
} slower bottom--1 fixed z-5 ma7-ns mb5-s left-2-ns w-100-s w-30-ns`}>
<Alert type="success" onClose={onClose}>
<FormattedMessage id="messageId" />
<FormattedMessage id={messageId} />
</Alert>
</div>
)
Expand Down

0 comments on commit 7cab460

Please sign in to comment.