File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Parse Dashboard Changelog
2
- * _ Contributing to this repo? Add info about your change here to be included in next release_
3
2
4
3
### master
5
4
[ Full Changelog] ( https://github.com/parse-community/parse-dashboard/compare/1.3.0...master )
6
5
6
+ * _ Contributing to this repo? Add info about your change here to be included in next release_
7
+ * Fix: Correct inappropriate error message when no target audience is selected (#1052 ), thanks to [ Bouimadaghene] ( https://github.com/starbassma )
8
+
7
9
### 1.3.0
8
10
[ Full Changelog] ( https://github.com/parse-community/parse-dashboard/compare/1.2.0...1.3.0 )
9
11
Original file line number Diff line number Diff line change @@ -729,7 +729,7 @@ class PushNew extends DashboardView {
729
729
let invalidInputMessages = [ ] ;
730
730
731
731
if ( ! this . state . audienceId ) {
732
- emptyInputMessages . push ( 'you need select an audience' ) ;
732
+ emptyInputMessages . push ( 'target audience' ) ;
733
733
}
734
734
735
735
// when number audience size is 0
You can’t perform that action at this time.
0 commit comments