diff --git src/wp-admin/user-edit.php src/wp-admin/user-edit.php
index ed646bfd6c..e135dfb098 100644
|
|
endif; |
641 | 641 | <span class="dashicons dashicons-hidden" aria-hidden="true"></span> |
642 | 642 | <span class="text"><?php _e( 'Hide' ); ?></span> |
643 | 643 | </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' ); ?>"> |
645 | 645 | <span class="dashicons dashicons-no" aria-hidden="true"></span> |
646 | 646 | <span class="text"><?php _e( 'Cancel' ); ?></span> |
647 | 647 | </button> |