| @@ -310,24 +310,24 @@ | ||
| 310 | 310 | */ |
| 311 | 311 | public static function get_default_config() { |
| 312 | 312 | return [ |
| 313 | 313 | self::BREAKPOINT_KEY_MOBILE => [ |
| 314 | - 'label' => esc_html__( 'Mobile Portrait', 'elementor' ), | |
| 314 | + 'label' => esc_html__( 'Mobile', 'elementor' ), | |
| 315 | 315 | 'default_value' => 767, |
| 316 | 316 | 'direction' => 'max', |
| 317 | 317 | ], |
| 318 | 318 | self::BREAKPOINT_KEY_MOBILE_EXTRA => [ |
| 319 | - 'label' => esc_html__( 'Mobile Landscape', 'elementor' ), | |
| 319 | + 'label' => esc_html__( 'Mobile Extra', 'elementor' ), | |
| 320 | 320 | 'default_value' => 880, |
| 321 | 321 | 'direction' => 'max', |
| 322 | 322 | ], |
| 323 | 323 | self::BREAKPOINT_KEY_TABLET => [ |
| 324 | - 'label' => esc_html__( 'Tablet Portrait', 'elementor' ), | |
| 324 | + 'label' => esc_html__( 'Tablet', 'elementor' ), | |
| 325 | 325 | 'default_value' => 1024, |
| 326 | 326 | 'direction' => 'max', |
| 327 | 327 | ], |
| 328 | 328 | self::BREAKPOINT_KEY_TABLET_EXTRA => [ |
| 329 | - 'label' => esc_html__( 'Tablet Landscape', 'elementor' ), | |
| 329 | + 'label' => esc_html__( 'Tablet Extra', 'elementor' ), | |
| 330 | 330 | 'default_value' => 1200, |
| 331 | 331 | 'direction' => 'max', |
| 332 | 332 | ], |
| 333 | 333 | self::BREAKPOINT_KEY_LAPTOP => [ |