wp/wp-admin/network/user-new.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
--- a/wp/wp-admin/network/user-new.php	Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-admin/network/user-new.php	Fri Sep 05 18:52:52 2025 +0200
@@ -1,6 +1,6 @@
 <?php
 /**
- * Add New User network administration panel.
+ * Add User network administration panel.
  *
  * @package WordPress
  * @subpackage Multisite
@@ -97,14 +97,14 @@
 }
 
 // Used in the HTML title tag.
-$title       = __( 'Add New User' );
+$title       = __( 'Add User' );
 $parent_file = 'users.php';
 
 require_once ABSPATH . 'wp-admin/admin-header.php';
 ?>
 
 <div class="wrap">
-<h1 id="add-new-user"><?php _e( 'Add New User' ); ?></h1>
+<h1 id="add-new-user"><?php _e( 'Add User' ); ?></h1>
 <?php
 if ( '' !== $message ) {
 	wp_admin_notice(