PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.11.10
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.11.10
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
← All changes | templates/setup-wizard.php +13 -13 3.10.133.11.10 View file →
@@ -83,11 +83,11 @@
83 83 <div class="vz-accordion-item">
84 84 <div class="vz-accordion-item__title">
85 85 <div class="vz-accordion-item__button">
86 86 <h2 class="h2 pb-8">
87 - <?php esc_html_e( 'Select chart from the below available options', 'visualizer' ); ?></h2>
87 + <?php esc_html_e( 'Select a chart from the options available below', 'visualizer' ); ?></h2>
88 88 <p class="p">
89 - <?php esc_html_e( 'Pro tip: Keep your requirements in mind and select best chart for it', 'visualizer' ); ?>
89 + <?php esc_html_e( 'Pro tip: Keep your requirements in mind and choose the best chart to meet them.', 'visualizer' ); ?>
90 90 </p>
91 91 </div>
92 92 </div>
93 93 <div class="vz-accordion-item__content border-top">
@@ -175,9 +175,9 @@
175 175 <div class="vz-accordion-item">
176 176 <div class="vz-accordion-item__title">
177 177 <div class="vz-accordion-item__button">
178 178 <h2 class="h2 pb-8"><?php esc_html_e( 'You\'re almost done!', 'visualizer' ); ?></h2>
179 - <p class="p"><?php esc_html_e( 'We use demo data during the import process, don&#x92;t worry you can customize it later', 'visualizer' ); ?></p>
179 + <p class="p"><?php esc_html_e( 'We use demo data during the import process, but don\'t worry; you can customize it later.', 'visualizer' ); ?></p>
180 180 </div>
181 181 </div>
182 182 <div class="vz-accordion-item__content">
183 183 <div class="vz-form-wrap">
@@ -190,9 +190,9 @@
190 190 <img src="<?php echo esc_url( VISUALIZER_ABSURL . 'images/database-icon.png' ); ?>" alt="">
191 191 </div>
192 192 <div class="txt" style="width: 100%;">
193 193 <h4 class="h4 pb-4"><?php esc_html_e( 'Importing demo data', 'visualizer' ); ?></h4>
194 - <p class="p" data-import_message="<?php esc_attr_e( 'Done! Demo data imported successfully.', 'visualizer' ); ?>"><?php esc_html_e( 'Hold on! we are importing demo data for your selected chart', 'visualizer' ); ?></p>
194 + <p class="p" data-import_message="<?php esc_attr_e( 'Done! Demo data has been successfully imported.', 'visualizer' ); ?>"><?php esc_html_e( 'Hold on! we are importing demo data for your selected chart', 'visualizer' ); ?></p>
195 195 <div class="vz-progress" style="margin-top: 4px;">
196 196 <div class="vz-progress-bar"></div>
197 197 </div>
198 198 </div>
@@ -198,9 +198,9 @@
198 198 </div>
199 199 </div>
200 200 </div>
201 201 </div>
202 - <p class="help-text help-text-primary pb-16"><?php esc_html_e( 'Import data from other Charts, WordPress, DataBase, or Manual Data with Visualizer', 'visualizer' ); ?> <a href="<?php echo esc_url( tsdk_utmify( Visualizer_Plugin::PRO_TEASER_URL, 'setupWizard' ) ); ?>" target="_blank"><?php esc_html_e( 'Premium version', 'visualizer' ); ?></a></p>
202 + <p class="help-text help-text-primary pb-16"><?php esc_html_e( 'Import data from other charts, WordPress, databases, or manual data entries using Visualizer', 'visualizer' ); ?> <a href="<?php echo esc_url( tsdk_utmify( Visualizer_Plugin::PRO_TEASER_URL, 'setupWizard' ) ); ?>" target="_blank"><?php esc_html_e( 'Premium version', 'visualizer' ); ?></a></p>
203 203 </div>
204 204 <div class="form-block"><button class="btn btn-primary disabled" data-step_number="3"><?php esc_html_e( 'Continue', 'visualizer' ); ?> <span class="dashicons dashicons-arrow-right-alt"></span></button>
205 205 </div>
206 206 </div>
@@ -210,10 +210,10 @@
210 210 <div id="step-3" class="tab-pane" role="tabpanel" aria-labelledby="step-3">
211 211 <div class="vz-accordion-item">
212 212 <div class="vz-accordion-item__title">
213 213 <div class="vz-accordion-item__button">
214 - <h2 class="h2 pb-8"><?php esc_html_e( 'Insert chart into the draft page', 'visualizer' ); ?></h2>
215 - <p class="p"><?php esc_html_e( 'Create a draft page with a Visualizer chart with just one click', 'visualizer' ); ?></p>
214 + <h2 class="h2 pb-8"><?php esc_html_e( 'Insert a chart into the draft page', 'visualizer' ); ?></h2>
215 + <p class="p"><?php esc_html_e( 'Create a draft page featuring a Visualizer chart with just one click.', 'visualizer' ); ?></p>
216 216 </div>
217 217 </div>
218 218 <div class="vz-accordion-item__content border-top">
219 219 <div class="vz-form-wrap">
@@ -233,9 +233,9 @@
233 233 </button>
234 234 </div>
235 235 <div class="vz-accordion-item__content">
236 236 <div class="vz-shortcode-preview-content">
237 - <?php $shortcode = '[visualizer id="{{chart_id}}" lazy="" class=""]'; ?>
237 + <?php $shortcode = '[visualizer id="{{chart_id}}" class=""]'; ?>
238 238 <?php if ( $is_live_preview ) { ?>
239 239 <p class="pb-16"><?php esc_html_e( 'Charts are added in the page/post via Gutenberg Blocks.', 'visualizer' ); ?></p>
240 240 <p class="pb-16"><?php esc_html_e( 'Alternatively, you can use a shortcode with the following structure:', 'visualizer' ); ?></p>
241 241 <?php } else { ?>
@@ -273,9 +273,9 @@
273 273 <div class="vz-accordion-item">
274 274 <div class="vz-accordion-item__title">
275 275 <div class="vz-accordion-item__button">
276 276 <h2 class="h2 pb-8"><?php esc_html_e( 'Extra Features', 'visualizer' ); ?></h2>
277 - <p class="p"><?php esc_html_e( 'We\'re confident you\'ll see the improvements. Otherwise, you can remove it anytime', 'visualizer' ); ?></p>
277 + <p class="p"><?php esc_html_e( 'We\'re confident you\'ll appreciate the improvements. If not, you can remove them at any time.', 'visualizer' ); ?></p>
278 278 </div>
279 279 </div>
280 280 <div class="vz-accordion-item__content border-top">
281 281 <div class="vz-form-wrap">
@@ -288,9 +288,9 @@
288 288 <input type="checkbox" class="vz-checkbox-btn" checked>
289 289 </div>
290 290 <button type="button" class="vz-accordion-item__button">
291 291 <div class="vz-accordion__step-title h4 pb-4"><?php esc_html_e( 'Enable perfomance features for your website.', 'visualizer' ); ?></div>
292 - <p class="help-text"><?php esc_html_e( 'Optimise and speed up your site with our trusted addon - It&#x92;s Free', 'visualizer' ); ?></p>
292 + <p class="help-text"><?php esc_html_e( 'Optimize and speed up your site with our trusted add-on—it\'s free!', 'visualizer' ); ?></p>
293 293 <div class="vz-accordion__icon"><span class="dashicons dashicons-arrow-down-alt2"></span>
294 294 </div>
295 295 </button>
296 296 </div>
@@ -326,10 +326,10 @@
326 326 <div id="step-<?php echo esc_attr( $last_step_number ); ?>" class="tab-pane" role="tabpanel" aria-labelledby="step-5">
327 327 <div class="vz-accordion-item">
328 328 <div class="vz-accordion-item__title">
329 329 <div class="vz-accordion-item__button">
330 - <h2 class="h2 pb-8"><?php esc_html_e( 'Updates, tutorials, special offers & more', 'visualizer' ); ?></h2>
331 - <p class="p"><?php esc_html_e( 'Get exclusive access of Visualizer newsletter', 'visualizer' ); ?></p>
330 + <h2 class="h2 pb-8"><?php esc_html_e( 'Updates, tutorials, special offers, and more', 'visualizer' ); ?></h2>
331 + <p class="p"><?php esc_html_e( 'Get exclusive access to the Visualizer newsletter.', 'visualizer' ); ?></p>
332 332 </div>
333 333 </div>
334 334 <div class="vz-accordion-item__content border-top">
335 335 <div class="vz-form-wrap">
@@ -335,9 +335,9 @@
335 335 <div class="vz-form-wrap">
336 336 <div class="form-block">
337 337 <div class="vz-newsletter-wrap">
338 338 <div class="vz-newsletter">
339 - <p class="p pb-30"><?php esc_html_e( 'Let us know your email so that we can send you product updates, helpful tutorials, exclusive offers and more useful stuff.', 'visualizer' ); ?></p>
339 + <p class="p pb-30"><?php esc_html_e( 'Share your email with us! That way, we can keep you updated with exciting product news, handy tutorials, exclusive offers, and lots more awesome content.', 'visualizer' ); ?></p>
340 340 <div class="vz-form-group">
341 341 <input type="email" class="form-control" id="vz_subscribe_email" placeholder="<?php echo esc_attr( get_bloginfo( 'admin_email' ) ); ?>">
342 342 </div>
343 343 </div>