From c1ca0236c0607dd700f9256d2f36fe0bc58eae62 Mon Sep 17 00:00:00 2001 From: Bianca Villar Date: Fri, 27 Dec 2019 14:07:41 -0300 Subject: [PATCH 1/2] Add vendor, provider and version to message id --- react/components/Profile/ProfileFormBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/components/Profile/ProfileFormBox.tsx b/react/components/Profile/ProfileFormBox.tsx index a271dc94..e102e133 100644 --- a/react/components/Profile/ProfileFormBox.tsx +++ b/react/components/Profile/ProfileFormBox.tsx @@ -92,7 +92,7 @@ class ProfileFormBox extends Component { shouldShowExtendedGenders={showGenders} SubmitButton={ }> Date: Fri, 27 Dec 2019 14:17:51 -0300 Subject: [PATCH 2/2] Add CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47d2d60a..f7a2791d 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 + +- Save profile changes button message. + ## [1.11.2] - 2019-12-23 ### Fixed