← All changes
|
src/Addons/AdvancedQuantityOptions/AdvancedQuantityOptionsForm.php
+2
-2
6.1.0
→
8.0.2
View file →
| @@ -127,9 +127,9 @@ | ||
| 127 | 127 | 'type' => 'number', |
| 128 | 128 | 'custom_attributes' => $maximumFieldAttributes, |
| 129 | 129 | 'style' => tpt_fs()->can_use_premium_code() ? '' : 'cursor: not-allowed;', |
| 130 | 130 | 'value' => $maximum, |
| 131 | - 'placeholder' => __( 'Leave empty, so don\'t add any restrictions', | |
| 131 | + 'placeholder' => __( 'Leave blank for no restrictions', | |
| 132 | 132 | 'tier-pricing-table' ), |
| 133 | 133 | 'label' => __( 'Maximum order quantity', 'tier-pricing-table' ), |
| 134 | 134 | 'description' => __( 'The maximum quantity of the product a customer can order in a single transaction.', |
| 135 | 135 | 'tier-pricing-table' ), |
| @@ -143,9 +143,9 @@ | ||
| 143 | 143 | 'custom_attributes' => $groupOfFieldAttributes, |
| 144 | 144 | 'style' => tpt_fs()->can_use_premium_code() ? '' : 'cursor: not-allowed;', |
| 145 | 145 | 'value' => $groupOf, |
| 146 | 146 | 'label' => __( 'Quantity step', 'tier-pricing-table' ), |
| 147 | - 'placeholder' => __( 'Leave empty, so don\'t add any restrictions', | |
| 147 | + 'placeholder' => __( 'Leave blank for no restrictions', | |
| 148 | 148 | 'tier-pricing-table' ), |
| 149 | 149 | 'description' => __( 'Requires the product to be purchased in multiples of X.', |
| 150 | 150 | 'tier-pricing-table' ), |
| 151 | 151 | 'desc_tip' => true, |