Skip to content

Commit cb89d93

Browse files
survey content
1 parent f91bc26 commit cb89d93

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

templates/docs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<p>We have many more features and charts, and offer email & chat support if you purchase our <a href="<?php echo Visualizer_Plugin::PRO_TEASER_URL; ?>">Pro Version</a>.</p>
2424
<?php } ?>
2525

26-
<p>Ready to begin? Let's <a href="<?php echo admin_url( 'admin.php?page=' . Visualizer_Plugin::NAME . '&vaction=addnew' ); ?>">create a chart!
26+
<p>Ready to begin? Let's <a href="<?php echo admin_url( 'admin.php?page=' . Visualizer_Plugin::NAME . '&vaction=addnew' ); ?>">create a chart!</a>
2727
</div>
2828
</div>
2929
</div>

templates/improve.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<div class="pro-feature">
22
<div class="pro-feature-inner">
33
<div class="pro-feature-features">
4-
<h2>Some heading</h2>
5-
<p>Some lovely text.</p>
6-
<p><a href="<?php echo VISUALIZER_SURVEY; ?>" target="_blank">the survey</a></p>
4+
<h2>Answer a few questions for us to help us improve the product</h2>
5+
<p>We're always looking for suggestions to further improve Visualizer. If you'd like to help us, please fill out this <a href="<?php echo VISUALIZER_SURVEY; ?>" target="_blank">survey</a>.</p>
6+
<?php if ( ! Visualizer_Module::is_pro() ) { ?>
7+
<p>If your feedback is especially helpful and we choose to do an interview with you to discuss your suggestions, you will even gain a yearly membership for free for your trouble.</p>
8+
<?php } ?>
79
</div>
810
<div class="clear"></div>
911
</div>

0 commit comments

Comments
 (0)