wp/wp-admin/network/site-new.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
--- a/wp/wp-admin/network/site-new.php	Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-admin/network/site-new.php	Fri Sep 05 18:52:52 2025 +0200
@@ -179,7 +179,7 @@
 }
 
 // Used in the HTML title tag.
-$title       = __( 'Add New Site' );
+$title       = __( 'Add Site' );
 $parent_file = 'sites.php';
 
 wp_enqueue_script( 'user-suggest' );
@@ -189,7 +189,7 @@
 ?>
 
 <div class="wrap">
-<h1 id="add-new-site"><?php _e( 'Add New Site' ); ?></h1>
+<h1 id="add-new-site"><?php _e( 'Add Site' ); ?></h1>
 <?php
 if ( ! empty( $messages ) ) {
 	$notice_args = array(