We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b33c30 commit eb66306Copy full SHA for eb66306
app/assets/javascripts/rails_admin/ra.filtering-multiselect.js
@@ -19,13 +19,13 @@
19
sortable: false,
20
removable: true,
21
regional: {
22
- add: "Add",
23
- chooseAll: "Choose all",
24
- clearAll: "Clear all",
25
- down: "Down",
26
- remove: "Remove",
27
- search: "Search",
28
- up: "Up"
+ add: 'Add',
+ chooseAll: 'Choose all',
+ clearAll: 'Clear all',
+ down: 'Down',
+ remove: 'Remove',
+ search: 'Search',
+ up: 'Up'
29
},
30
searchDelay: 400,
31
remote_source: null,
0 commit comments