| @@ -161,9 +161,9 @@ | ||
| 161 | 161 | ], |
| 162 | 162 | ]; |
| 163 | 163 | |
| 164 | 164 | $fields['font_style'] = [ |
| 165 | - 'label' => _x( 'Style', 'Typography Control', 'elementor' ), | |
| 165 | + 'label' => esc_html_x( 'Style', 'Typography Control', 'elementor' ), | |
| 166 | 166 | 'type' => Controls_Manager::SELECT, |
| 167 | 167 | 'default' => '', |
| 168 | 168 | 'options' => [ |
| 169 | 169 | '' => esc_html__( 'Default', 'elementor' ), |