| @@ -18,9 +18,9 @@ | ||
| 18 | 18 | return 'theme-missing'; |
| 19 | 19 | } |
| 20 | 20 | |
| 21 | 21 | public function get_message() { |
| 22 | - return esc_html__( 'Some of your theme files are missing.', 'elementor' ); | |
| 22 | + return __( 'Some of your theme files are missing.', 'elementor' ); | |
| 23 | 23 | } |
| 24 | 24 | |
| 25 | 25 | public function get_help_doc_url() { |
| 26 | 26 | return 'https://go.elementor.com/preview-not-loaded/#theme-files'; |