|
@@ -21,9 +21,9 @@ |
|
21
|
21
|
/** |
|
22
|
22
|
* @return string |
|
23
|
23
|
*/ |
|
24
|
24
|
public function get_header_message() { |
|
25
|
|
- return esc_html__( 'The preview could not be loaded', 'elementor' ); |
|
25
|
+ return __( 'The preview could not be loaded', 'elementor' ); |
|
26
|
26
|
} |
|
27
|
27
|
|
|
28
|
28
|
/** |
|
29
|
29
|
* @return string |