Skip to content

Commit

Permalink
replace pro widget quantity with 35+ instead of 30+
Browse files Browse the repository at this point in the history
  • Loading branch information
rudlinkon committed Oct 22, 2023
1 parent 9cbf530 commit 97ec106
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/Classes/WPDeveloper_Setup_Wizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public function go_pro() {
alt="<?php _e( 'Go Pro Logo', 'essential-addons-for-elementor-lite' ); ?>">
</div>
<h2 class="eael-quick-setup-title">
<?php _e( 'Enhance Your Elementor Experience By Unlocking 30+ Advanced PRO Elements', 'essential-addons-for-elementor-lite' ); ?>
<?php _e( 'Enhance Your Elementor Experience By Unlocking 35+ Advanced PRO Elements', 'essential-addons-for-elementor-lite' ); ?>
</h2>
</div>
<div class="eael-quick-setup-input-group">
Expand Down
2 changes: 1 addition & 1 deletion includes/templates/admin/go-pro.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="eael-block p30 eael-welcome__card mb30">
<img src="<?php echo esc_url( EAEL_PLUGIN_URL . 'assets/admin/images/quick-setup/go-pro.svg' ); ?>"
alt="">
<h4><?php _e('Enhance Your Elementor Experience By Unlocking 30+ Advanced PRO Elements','essential-addons-for-elementor-lite'); ?></h4>
<h4><?php _e('Enhance Your Elementor Experience By Unlocking 35+ Advanced PRO Elements','essential-addons-for-elementor-lite'); ?></h4>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion languages/essential-addons-for-elementor-lite.pot
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ msgid "View All"
msgstr ""

#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:286, ../includes/templates/admin/go-pro.php:8
msgid "Enhance Your Elementor Experience By Unlocking 30+ Advanced PRO Elements"
msgid "Enhance Your Elementor Experience By Unlocking 35+ Advanced PRO Elements"
msgstr ""

#: ../includes/Classes/WPDeveloper_Setup_Wizard.php:305, ../includes/templates/admin/go-pro.php:161
Expand Down

0 comments on commit 97ec106

Please sign in to comment.