← All changes
|
classes/Visualizer/Gutenberg/src/Components/Import/RemoteImport.js
+1
-2
3.10.12
→
3.7.9
View file →
| @@ -85,9 +85,8 @@ | ||
| 85 | 85 | label={ __( 'How often do you want to check the url?' ) } |
| 86 | 86 | value={ this.props.chart['visualizer-chart-schedule'] ? this.props.chart['visualizer-chart-schedule'] : 1 } |
| 87 | 87 | options={ [ |
| 88 | 88 | { label: __( 'Each hour' ), value: '1' }, |
| 89 | - { label: __( 'Live' ), value: '0' }, | |
| 90 | 89 | { label: __( 'Each 12 hours' ), value: '12' }, |
| 91 | 90 | { label: __( 'Each day' ), value: '24' }, |
| 92 | 91 | { label: __( 'Each 3 days' ), value: '72' } |
| 93 | 92 | ] } |
| @@ -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 | } |