← All changes
|
assets/js/packages/editor-widget-creation/editor-widget-creation.strings.js
+8
-4
4.2.0-dev2
→
4.3.2
View file →
| @@ -1,18 +1,22 @@ | ||
| 1 | 1 | __( 'Close', 'elementor' ); |
| 2 | 2 | __( 'Installation failed', 'elementor' ); |
| 3 | -__( 'Create custom widgets with Angie', 'elementor' ); | |
| 3 | +__( 'Pages, layouts,', 'elementor' ); | |
| 4 | +__( 'widgets and more', 'elementor' ); | |
| 4 | 5 | __( |
| 5 | 6 | "We couldn't install Angie automatically. Click below to install it manually.", |
| 6 | 7 | 'elementor' |
| 7 | 8 | ); |
| 8 | 9 | __( |
| 9 | - 'Build custom widgets, sections, and code using simple instructions. Install once to start building directly from the editor.', | |
| 10 | + 'Ask Angie to build you full pages, custom widgets, snippets, and code directly in Elementor. Install and activate Angie once on this site to start building.', | |
| 10 | 11 | 'elementor' |
| 11 | 12 | ); |
| 12 | 13 | // translators: %1$s is the Terms link, %2$s is the Privacy Policy link. |
| 13 | -__( 'I agree to the %1$s & %2$s.', 'elementor' ); | |
| 14 | +__( | |
| 15 | + 'By installing, you agree to our %1$s & %2$s.', | |
| 16 | + 'elementor' | |
| 17 | + ); | |
| 14 | 18 | __( 'Terms', 'elementor' ); |
| 15 | 19 | __( 'Privacy Policy', 'elementor' ); |
| 16 | 20 | __( 'Install Manually', 'elementor' ); |
| 17 | 21 | __( 'Installing…', 'elementor' ); |
| 18 | -__( 'Install & Activate', 'elementor' ); | |
| 22 | +__( 'Install and activate', 'elementor' ); | |