We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386aaf7 commit b8f3820Copy full SHA for b8f3820
classes/Visualizer/Render/Page/Data.php
@@ -214,7 +214,7 @@ class="dashicons dashicons-lock"></span></h2>
214
215
<li class="group <?php echo apply_filters( 'visualizer_pro_upsell_class', 'only-pro-feature' ); ?>">
216
<h2 class="group-title sub-group visualizer-editor-tab"
217
- data-current="chart"><?php _e( 'Edit current data', 'visualizer' ); ?><span
+ data-current="chart"><?php _e( 'Add data manually', 'visualizer' ); ?><span
218
class="dashicons dashicons-lock"></span></h2>
219
<form id="editor-form" action="<?php echo $upload_link ?>" method="post" target="thehole">
220
<input type="hidden" id="chart-data" name="chart_data">
0 commit comments