Make WordPress Core

Ticket #42852: 42852.7.diff

File 42852.7.diff, 748 bytes (added by adamsilverstein, 4 years ago)
  • src/wp-admin/user-edit.php

    diff --git src/wp-admin/user-edit.php src/wp-admin/user-edit.php
    index ed646bfd6c..e135dfb098 100644
    endif; 
    641641                                <span class="dashicons dashicons-hidden" aria-hidden="true"></span>
    642642                                <span class="text"><?php _e( 'Hide' ); ?></span>
    643643                        </button>
    644                         <button type="button" class="button wp-cancel-pw hide-if-no-js" data-toggle="0" aria-label="<?php esc_attr_e( 'Cancel' ); ?>">
     644                        <button type="button" class="button wp-cancel-pw hide-if-no-js" data-toggle="0" aria-label="<?php esc_attr_e( 'Cancel password change' ); ?>">
    645645                                <span class="dashicons dashicons-no" aria-hidden="true"></span>
    646646                                <span class="text"><?php _e( 'Cancel' ); ?></span>
    647647                        </button>