| @@ -455,18 +455,18 @@ | ||
| 455 | 455 | |
| 456 | 456 | private static function get_all_widget_content( $step, $one_subscription = false ) { |
| 457 | 457 | if ( $one_subscription ) { |
| 458 | 458 | $steps = [ |
| 459 | - self::INSTALL => esc_html__( 'Want to create an inclusive experience? Install Web Accessibility, included in ONE, and add an accessibility widget to your site.', 'elementor' ), | |
| 460 | - self::ACTIVATE => esc_html__( 'Your ONE subscription includes Web Accessibility. Activate it to place an accessibility widget on your site.', 'elementor' ), | |
| 461 | - self::CONNECT => esc_html__( "Connect the Web Accessibility plugin to your account to access all of it's accessibility features.", 'elementor' ), | |
| 459 | + self::INSTALL => esc_html__( 'Want to create an inclusive experience? Install Ally, included in ONE, and add an accessibility widget to your site.', 'elementor' ), | |
| 460 | + self::ACTIVATE => esc_html__( 'Your ONE subscription includes Ally. Activate it to place an accessibility widget on your site.', 'elementor' ), | |
| 461 | + self::CONNECT => esc_html__( "Connect the Ally plugin to your account to access all of it's accessibility features.", 'elementor' ), | |
| 462 | 462 | self::CUSTOMIZE => esc_html__( "Customize the widget's look, position and the capabilities available for your visitors.", 'elementor' ), |
| 463 | 463 | ]; |
| 464 | 464 | } else { |
| 465 | 465 | $steps = [ |
| 466 | - self::INSTALL => esc_html__( 'Install Web Accessibility to add an accessibility widget visitors can use to navigate your site.', 'elementor' ), | |
| 467 | - self::ACTIVATE => esc_html__( 'Activate the Web Accessibility plugin to turn its accessibility features on across your site.', 'elementor' ), | |
| 468 | - self::CONNECT => esc_html__( "Connect the Web Accessibility plugin to your account to access all of it's accessibility features.", 'elementor' ), | |
| 466 | + self::INSTALL => esc_html__( 'Install Ally to add an accessibility widget visitors can use to navigate your site.', 'elementor' ), | |
| 467 | + self::ACTIVATE => esc_html__( 'Activate the Ally plugin to turn its accessibility features on across your site.', 'elementor' ), | |
| 468 | + self::CONNECT => esc_html__( "Connect the Ally plugin to your account to access all of it's accessibility features.", 'elementor' ), | |
| 469 | 469 | self::CUSTOMIZE => esc_html__( "Customize the widget's look, position and the capabilities available for your visitors.", 'elementor' ), |
| 470 | 470 | ]; |
| 471 | 471 | } |
| 472 | 472 | return $steps[ $step ]; |
| @@ -530,9 +530,9 @@ | ||
| 530 | 530 | $step = self::CUSTOMIZE; |
| 531 | 531 | } |
| 532 | 532 | |
| 533 | 533 | $data = [ |
| 534 | - 'title' => __( 'Web accessibility', 'elementor' ), | |
| 534 | + 'title' => __( 'Ally web accessibility', 'elementor' ), | |
| 535 | 535 | 'content' => self::get_all_widget_content( $step, $one_subscription ), |
| 536 | 536 | 'action_button' => self::get_ally_cta_button( $step, $one_subscription ), |
| 537 | 537 | ]; |
| 538 | 538 | |