| @@ -79,10 +79,11 @@ | ||
| 79 | 79 | </div> |
| 80 | 80 | <# } #> |
| 81 | 81 | </div> |
| 82 | 82 | <# if ( data.dismissible ) { #> |
| 83 | - <button class="elementor-control-notice-dismiss tooltip-target" data-tooltip="<?php echo esc_attr__( 'Don’t show again.', 'elementor' ); ?>" aria-label="<?php echo esc_attr__( 'Don’t show again.', 'elementor' ); ?>"> | |
| 83 | + <button class="elementor-control-notice-dismiss tooltip-target" data-tooltip="<?php echo esc_attr__( 'Don’t show again.', 'elementor' ); ?>"> | |
| 84 | 84 | <i class="eicon eicon-close" aria-hidden="true"></i> |
| 85 | + <span class="elementor-screen-only"><?php echo esc_html__( 'Don’t show again.', 'elementor' ); ?></span> | |
| 85 | 86 | </button> |
| 86 | 87 | <# } #> |
| 87 | 88 | </div> |
| 88 | 89 | <?php |