Skip to content

Commit 88096ed

Browse files
Fixed strings as per feedback
1 parent 331dc4e commit 88096ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

inc/class-hfe-promotion.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public function add_particles_promotion( $element ) {
176176
[
177177
'type' => Controls_Manager::RAW_HTML,
178178
'raw' => $this->get_teaser_template([
179-
'description' => __( 'Use particles background and other pro features to extend your toolbox with more control and flexibility.', 'header-footer-elementor' ),
179+
'description' => __( 'Use Particle Backgrounds and other Pro features to extend your toolbox with more control and flexibility.', 'header-footer-elementor' ),
180180
'upgrade_url' => 'https://ultimateelementor.com/pricing/?utm_source=plugin-editor&utm_medium=particle-background-promo&utm_campaign=uae-upgrade',
181181
]),
182182
]
@@ -202,7 +202,7 @@ public function add_display_conditions_promotion( $element ) {
202202
[
203203
'type' => Controls_Manager::RAW_HTML,
204204
'raw' => $this->get_teaser_template([
205-
'description' => __( 'Use advanced display condition and other pro features to extend your toolbox with more control and flexibility.', 'header-footer-elementor' ),
205+
'description' => __( 'Use Advanced Display Condition and other Pro features to extend your toolbox with more control and flexibility.', 'header-footer-elementor' ),
206206
'upgrade_url' => 'https://ultimateelementor.com/pricing/?utm_source=plugin-editor&utm_medium=display-conditions-promo&utm_campaign=uae-upgrade',
207207
]),
208208
]
@@ -228,7 +228,7 @@ public function add_party_propz_promotion( $element ) {
228228
[
229229
'type' => Controls_Manager::RAW_HTML,
230230
'raw' => $this->get_teaser_template([
231-
'description' => __( 'Use party propz and other pro features to extend your toolbox with more control and flexibility.', 'header-footer-elementor' ),
231+
'description' => __( 'Use Party Propz and other Pro features to extend your toolbox with more control and flexibility.', 'header-footer-elementor' ),
232232
'upgrade_url' => 'https://ultimateelementor.com/pricing/?utm_source=plugin-editor&utm_medium=party-propz-promo&utm_campaign=uae-upgrade',
233233
]),
234234
]
@@ -259,7 +259,7 @@ public function add_sticky_header_promotion( $element ) {
259259
[
260260
'type' => Controls_Manager::RAW_HTML,
261261
'raw' => $this->get_teaser_template([
262-
'description' => __( 'Use sticky header and other pro features to extend your toolbox with more control and flexibility.', 'header-footer-elementor' ),
262+
'description' => __( 'Use Sticky Header and other Pro features to extend your toolbox with more control and flexibility.', 'header-footer-elementor' ),
263263
'upgrade_url' => 'https://ultimateelementor.com/pricing/?utm_source=plugin-editor&utm_medium=sticky-header-promo&utm_campaign=uae-upgrade',
264264
]),
265265
]

0 commit comments

Comments
 (0)