Skip to content

Commit b8bdf43

Browse files
committed
add further instructions
1 parent 6820c54 commit b8bdf43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

classes/Visualizer/Render/Library.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@ private function _renderSidebar() {
364364
echo '<div id="visualizer-sidebar" class="one-columns">';
365365
echo '<div class="visualizer-sidebar-box">';
366366
echo '<h3>' . __( 'Discover the power of PRO!', 'visualizer' ) . '</h3><ul>';
367+
echo '<li><svg class="icon list-icon"><use xlink:href="#list-icon"></use></svg>' . __( 'Remove branding label \'Chart by Visualizer\'', 'visualizer' ) . '</li>';
367368
if ( Visualizer_Module_Admin::proFeaturesLocked() ) {
368369
echo '<li><svg class="icon list-icon"><use xlink:href="#list-icon"></use></svg>' . __( '6 more chart types', 'visualizer' );
369370
} else {

0 commit comments

Comments
 (0)