← All changes
|
classes/Visualizer/Gutenberg/src/Components/Import/DataImport.js
+2
-2
3.10.0
→
3.11.10
View file →
| @@ -47,9 +47,9 @@ | ||
| 47 | 47 | isPrimary |
| 48 | 48 | href={ visualizerLocalize.proTeaser } |
| 49 | 49 | target="_blank" |
| 50 | 50 | > |
| 51 | - { __( 'Buy Now' ) } | |
| 51 | + { __( 'Upgrade Now' ) } | |
| 52 | 52 | </Button> |
| 53 | 53 | |
| 54 | 54 | </PanelBody> |
| 55 | 55 | ); |
| @@ -68,9 +68,9 @@ | ||
| 68 | 68 | <SelectControl |
| 69 | 69 | label={ __( 'How often do you want to check the url?' ) } |
| 70 | 70 | value={ this.props.chart['visualizer-db-schedule'] ? this.props.chart['visualizer-db-schedule'] : 0 } |
| 71 | 71 | options={ [ |
| 72 | - { label: __( 'Live' ), value: '0' }, | |
| 72 | + { label: __( '10 minutes' ), value: '0.16' }, | |
| 73 | 73 | { label: __( 'Each hour' ), value: '1' }, |
| 74 | 74 | { label: __( 'Each 12 hours' ), value: '12' }, |
| 75 | 75 | { label: __( 'Each day' ), value: '24' }, |
| 76 | 76 | { label: __( 'Each 3 days' ), value: '72' } |