Skip to content

Commit

Permalink
Refactor #2812
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jul 29, 2022
1 parent d2bdd0d commit fca1533
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/config/PrimeVue.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ const defaultOptions = {
nullLabel: 'Not Selected',
star: 'star',
stars: 'stars',
noneStars: 'No Rating'
noneStars: 'No Rating',
selectAll: 'All items selected',
unselectAll: 'All items unselected',
close: 'Close'
}
},
filterMatchModeOptions: {
Expand Down

0 comments on commit fca1533

Please sign in to comment.