| @@ -48,10 +48,9 @@ | ||
| 48 | 48 | ), |
| 49 | 49 | array( |
| 50 | 50 | 'title' => __( 'Badge text template', 'tier-pricing-table' ), |
| 51 | 51 | 'id' => Settings::SETTINGS_PREFIX . 'you_save_template', |
| 52 | - 'default' => __( 'You save {tp_ys_total_price} ({tp_ys_percentage_discount}%)', | |
| 53 | - 'tier-pricing-table' ), | |
| 52 | + 'default' => __( 'You save {tp_ys_total_price}', 'tier-pricing-table' ), | |
| 54 | 53 | 'placeholders' => array( |
| 55 | 54 | 'tp_ys_price', |
| 56 | 55 | 'tp_ys_total_price', |
| 57 | 56 | 'tp_ys_percentage_discount', |