Skip to content

Commit fbe380f

Browse files
committed
Update copy replacing 'his' with 'their'
1 parent 78d7b64 commit fbe380f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/wpum-admin/class-wpum-options-panel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ public function register_settings( $settings ) {
334334
array(
335335
'id' => 'disable_admin_password_recovery_email',
336336
'name' => __( 'Disable Admin Password Recovery Email', 'wp-user-manager' ),
337-
'desc' => __( 'Enable this option to stop receiving notifications when a new user resets his password.', 'wp-user-manager' ),
337+
'desc' => __( 'Enable this option to stop receiving notifications when user resets their password.', 'wp-user-manager' ),
338338
'type' => 'checkbox',
339339
),
340340
],

0 commit comments

Comments
 (0)