PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.4.8
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.4.8
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 3.10.4 All 148 releases
← All changes | classes/Visualizer/Gutenberg/src/Components/ChartPermissions.js +2 -4 3.10.123.4.8 View file →
@@ -72,9 +72,8 @@
72 72 { ( 'business' === visualizerLocalize.isPro ) ?
73 73 <PanelBody
74 74 title={ __( 'Who can see this chart?' ) }
75 75 initialOpen={ false }
76 - className="vz-permission-tab"
77 76 >
78 77
79 78 <SelectControl
80 79 label={ __( 'Select who can view the chart on the front-end.' ) }
@@ -118,9 +117,9 @@
118 117 isPrimary
119 118 href={ visualizerLocalize.proTeaser }
120 119 target="_blank"
121 120 >
122 - { __( 'Upgrade Now' ) }
121 + { __( 'Buy Now' ) }
123 122 </Button>
124 123
125 124 </PanelBody>
126 125 }
@@ -128,9 +127,8 @@
128 127 { ( 'business' === visualizerLocalize.isPro ) ?
129 128 <PanelBody
130 129 title={ __( 'Who can edit this chart?' ) }
131 130 initialOpen={ false }
132 - className="vz-permission-tab"
133 131 >
134 132
135 133 <SelectControl
136 134 label={ __( 'Select who can edit the chart on the front-end.' ) }
@@ -174,9 +172,9 @@
174 172 isPrimary
175 173 href={ visualizerLocalize.proTeaser }
176 174 target="_blank"
177 175 >
178 - { __( 'Upgrade Now' ) }
176 + { __( 'Buy Now' ) }
179 177 </Button>
180 178
181 179 </PanelBody>
182 180 }