From 6492821793e08838de6bbbdbeffcdb782f20482e Mon Sep 17 00:00:00 2001 From: "Soare Robert Daniel (Mac 2023)" Date: Mon, 18 Nov 2024 12:33:48 +0200 Subject: [PATCH] chore: missing strings --- classes/fields.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/fields.class.php b/classes/fields.class.php index 9b8625d..e2ae3f1 100644 --- a/classes/fields.class.php +++ b/classes/fields.class.php @@ -1185,8 +1185,8 @@ function render_all_input_types( $name, $data, $fields_type, $field_index, $valu $html_input .= '' . $title . ' ' . $deleteIcon . ''; } } else { - $html_input .= 'Quantity Range'; - $html_input .= 'Base Price'; + $html_input .= '' . esc_html__( 'Quantity Range', 'woocommerce-product-addon' ) . ''; + $html_input .= '' . esc_html__( 'Base Price', 'woocommerce-product-addon' ) . ''; } $html_input .= '';