| @@ -27,9 +27,9 @@ | ||
| 27 | 27 | */ |
| 28 | 28 | const PAGE_ID = 'elementor'; |
| 29 | 29 | |
| 30 | 30 | /** |
| 31 | - * Go Pro menu priority. | |
| 31 | + * Upgrade menu priority. | |
| 32 | 32 | */ |
| 33 | 33 | const MENU_PRIORITY_GO_PRO = 502; |
| 34 | 34 | |
| 35 | 35 | /** |
| @@ -367,12 +367,12 @@ | ||
| 367 | 367 | * @return string Settings page title. |
| 368 | 368 | */ |
| 369 | 369 | protected function get_page_title() { |
| 370 | 370 | if ( Plugin::$instance->experiments->is_feature_active( 'admin_menu_rearrangement' ) ) { |
| 371 | - return __( 'Settings', 'elementor' ); | |
| 371 | + return esc_html__( 'Settings', 'elementor' ); | |
| 372 | 372 | } |
| 373 | 373 | |
| 374 | - return __( 'Elementor', 'elementor' ); | |
| 374 | + return esc_html__( 'Elementor', 'elementor' ); | |
| 375 | 375 | } |
| 376 | 376 | |
| 377 | 377 | /** |
| 378 | 378 | * @since 2.2.0 |