You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p class="viz-group-description"><?phpechosprintf( __( 'You can manually edit the chart data using the %s editor.', 'visualizer' ), VISUALIZER_PRO ? 'spreadsheet like' : 'simple' ); ?></p>
392
392
<?phpif ( ! VISUALIZER_PRO ) { ?>
393
-
<p class="viz-group-description"><input type="checkbox" id="simple-editor-type" value="textarea"><label for="simple-editor-type"><?php_e( 'Use text area editor instead', 'visualizer' ); ?></label></p>
393
+
<p class="viz-group-description simple-editor-type"><input type="checkbox" id="simple-editor-type" value="textarea"><label for="simple-editor-type"><?php_e( 'Use text area editor instead', 'visualizer' ); ?></label></p>
0 commit comments