Skip to content

Commit 325456a

Browse files
llocwestonruter
andauthored
Update src/wp-admin/network/users.php
Co-authored-by: Weston Ruter <[email protected]>
1 parent c656a1f commit 325456a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/network/users.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
wp_die(
121121
sprintf(
122122
/* translators: %s: User login. */
123-
__( 'The user %s is a network administrator and cannot be modified.' ),
123+
__( 'Warning! User cannot be modified. The user %s is a network administrator.' ),
124124
esc_html( $user->user_login )
125125
),
126126
403

0 commit comments

Comments
 (0)