Skip to content

Commit 110fae1

Browse files
committed
Update object in alphabetical order
1 parent f9ff891 commit 110fae1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/js/_enqueues/admin/common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,8 +1351,8 @@ $( function() {
13511351
$( 'html, body' ).animate( { scrollTop: 0 } );
13521352

13531353
var noSelectionMessages = {
1354-
'changeit': __( 'Please select a role to change.' ),
1355-
'bulk_action': __( 'Please select a bulk action to perform.' )
1354+
'bulk_action': __( 'Please select a bulk action to perform.' ),
1355+
'changeit': __( 'Please select a role to change.' )
13561356
};
13571357

13581358
var errorMessage = value !== '-1' ?

0 commit comments

Comments
 (0)