Skip to content

Commit 48a9cc6

Browse files
change text to reflect old version
1 parent 820efee commit 48a9cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

classes/Visualizer/Render/Page/Data.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,9 +417,9 @@ class="dashicons dashicons-lock"></span></h2>
417417
<?php } else { ?>
418418
<input type="button" id="editor-undo" class="button button-secondary" style="display: none" value="<?php _e( 'Undo Changes', 'visualizer' ); ?>">
419419
<input type="button" id="editor-chart-button" class="button button-primary "
420-
value="<?php _e( 'Edit Data', 'visualizer' ); ?>" data-current="chart"
420+
value="<?php _e( 'View Editor', 'visualizer' ); ?>" data-current="chart"
421421
data-t-editor="<?php _e( 'Show Chart', 'visualizer' ); ?>"
422-
data-t-chart="<?php _e( 'Edit Data', 'visualizer' ); ?>"
422+
data-t-chart="<?php _e( 'View Editor', 'visualizer' ); ?>"
423423
>
424424
<p class="viz-group-description viz-info-msg"><?php echo sprintf( __( 'Please make sure you click \'Show Chart\' before you save the chart.', 'visualizer' ) ); ?></p>
425425
<?php } ?>

0 commit comments

Comments
 (0)