Skip to content

Commit

Permalink
Merge pull request #142 from vtex-apps/fix/saveChanges-message
Browse files Browse the repository at this point in the history
Fix save changes message
  • Loading branch information
bivillar authored Jan 2, 2020
2 parents e2302fd + 89736ed commit 127f1e3
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]

### Fixed

- Save profile changes button message.

## [1.11.2] - 2019-12-23

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion react/components/Profile/ProfileFormBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class ProfileFormBox extends Component<InnerProps & OutterProps, State> {
shouldShowExtendedGenders={showGenders}
SubmitButton={
<Button type="submit" block size="small" isLoading={isLoading}>
<FormattedMessage id="profile-form.save-changes" />
<FormattedMessage id="[email protected]::profile-form.save-changes" />
</Button>
}>
<ExtensionPoint
Expand Down

0 comments on commit 127f1e3

Please sign in to comment.