diff --git a/CHANGELOG.md b/CHANGELOG.md index a181c008d1..baeb0ed749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ ## Parse Dashboard Changelog -* _Contributing to this repo? Add info about your change here to be included in next release_ ### master [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.0...master) +* _Contributing to this repo? Add info about your change here to be included in next release_ +* Fix: Correct inappropriate error message when no target audience is selected (#1052), thanks to [Bouimadaghene](https://github.com/starbassma) + ### 1.3.0 [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.2.0...1.3.0) diff --git a/src/dashboard/Push/PushNew.react.js b/src/dashboard/Push/PushNew.react.js index 3a9072f626..0f9b3e6119 100644 --- a/src/dashboard/Push/PushNew.react.js +++ b/src/dashboard/Push/PushNew.react.js @@ -729,7 +729,7 @@ class PushNew extends DashboardView { let invalidInputMessages = []; if (!this.state.audienceId) { - emptyInputMessages.push('you need select an audience'); + emptyInputMessages.push('target audience'); } // when number audience size is 0