Skip to content

Commit 09cfb8a

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

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
@@ -122,7 +122,7 @@
122122
wp_die(
123123
sprintf(
124124
/* translators: %s: User login. */
125-
__( 'Warning! User cannot be modified. The user %s is a network administrator.' ),
125+
__( 'The user %s is a network administrator and cannot be modified.' ),
126126
esc_html( $user->user_login )
127127
)
128128
);

0 commit comments

Comments
 (0)