--- a/wp/wp-admin/network/settings.php Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-admin/network/settings.php Fri Sep 05 18:52:52 2025 +0200
@@ -248,9 +248,9 @@
</tr>
<tr id="addnewusers">
- <th scope="row"><?php _e( 'Add New Users' ); ?></th>
+ <th scope="row"><?php _e( 'Add Users' ); ?></th>
<td>
- <label><input name="add_new_users" type="checkbox" id="add_new_users" value="1"<?php checked( get_site_option( 'add_new_users' ) ); ?> /> <?php _e( 'Allow site administrators to add new users to their site via the "Users → Add New" page' ); ?></label>
+ <label><input name="add_new_users" type="checkbox" id="add_new_users" value="1"<?php checked( get_site_option( 'add_new_users' ) ); ?> /> <?php _e( 'Allow site administrators to add new users to their site via the "Users → Add User" page' ); ?></label>
</td>
</tr>
@@ -405,7 +405,7 @@
<tr>
<th scope="row"><?php _e( 'Site upload space' ); ?></th>
<td>
- <label><input type="checkbox" id="upload_space_check_disabled" name="upload_space_check_disabled" value="0"<?php checked( (bool) get_site_option( 'upload_space_check_disabled' ), false ); ?>/>
+ <label><input type="checkbox" id="upload_space_check_disabled" name="upload_space_check_disabled" value="0"<?php checked( (bool) get_site_option( 'upload_space_check_disabled' ), false ); ?> />
<?php
printf(
/* translators: %s: Number of megabytes to limit uploads to. */