← All changes
|
classes/Visualizer/Gutenberg/src/Components/ChartPermissions.js
+2
-2
3.1.3
→
3.4.2
View file →
| @@ -114,9 +114,9 @@ | ||
| 114 | 114 | icon="lock" |
| 115 | 115 | initialOpen={ false } |
| 116 | 116 | > |
| 117 | 117 | |
| 118 | - <p>{ __( 'Enable this feature in BUSINESS version!' ) }</p> | |
| 118 | + <p>{ __( 'Upgrade your license to at least the DEVELOPER version to activate this feature!' ) }</p> | |
| 119 | 119 | |
| 120 | 120 | <Button |
| 121 | 121 | isPrimary |
| 122 | 122 | href={ visualizerLocalize.proTeaser } |
| @@ -169,9 +169,9 @@ | ||
| 169 | 169 | icon="lock" |
| 170 | 170 | initialOpen={ false } |
| 171 | 171 | > |
| 172 | 172 | |
| 173 | - <p>{ __( 'Enable this feature in BUSINESS version!' ) }</p> | |
| 173 | + <p>{ __( 'Upgrade your license to at least the DEVELOPER version to activate this feature!' ) }</p> | |
| 174 | 174 | |
| 175 | 175 | <Button |
| 176 | 176 | isPrimary |
| 177 | 177 | href={ visualizerLocalize.proTeaser } |