← All changes
|
classes/Visualizer/Gutenberg/src/Components/ChartPermissions.js
+2
-4
3.10.11
→
3.7.9
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 | } |