Make WordPress Core

Ticket #43814: 43814.diff

File 43814.diff, 699 bytes (added by pratikthink, 6 years ago)
  • wp-admin/user-new.php

     
    528528                <th scope="row"><?php _e( 'Send User Notification' ); ?></th>
    529529                <td>
    530530                        <input type="checkbox" name="send_user_notification" id="send_user_notification" value="1" <?php checked( $new_user_send_notification ); ?> />
    531                         <label for="send_user_notification"><?php _e( 'Send the new user an email about their account.' ); ?></label>
     531                        <label for="send_user_notification"><?php _e( 'Send the new user an email about their account' ); ?></label>
    532532                </td>
    533533        </tr>
    534534<?php } // !is_multisite ?>