We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ff891 commit 110fae1Copy full SHA for 110fae1
1 file changed
src/js/_enqueues/admin/common.js
@@ -1351,8 +1351,8 @@ $( function() {
1351
$( 'html, body' ).animate( { scrollTop: 0 } );
1352
1353
var noSelectionMessages = {
1354
- 'changeit': __( 'Please select a role to change.' ),
1355
- 'bulk_action': __( 'Please select a bulk action to perform.' )
+ 'bulk_action': __( 'Please select a bulk action to perform.' ),
+ 'changeit': __( 'Please select a role to change.' )
1356
};
1357
1358
var errorMessage = value !== '-1' ?
0 commit comments