Skip to content

Commit b985ed0

Browse files
add informative message
1 parent 3b2e1aa commit b985ed0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

classes/Visualizer/Render/Page/Data.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ class="visualizer-select">
222222
?>
223223
</div>
224224

225+
<p class="viz-group-description viz-info-msg"><?php echo sprintf( __( 'Please make sure you click \'Save & Show Chart\' on the left before you click \'Show Chart\' below.', 'visualizer' ) ); ?></p>
225226
<input type="button" id="json-chart-button" class="button button-secondary show-chart-toggle"
226227
value="<?php echo $bttn_label; ?>" data-current="chart"
227228
data-t-filter="<?php _e( 'Show Chart', 'visualizer' ); ?>"

0 commit comments

Comments
 (0)