Skip to content

Commit

Permalink
chore: missing strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Nov 18, 2024
1 parent e6714a9 commit 6492821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/fields.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1185,8 +1185,8 @@ function render_all_input_types( $name, $data, $fields_type, $field_index, $valu
$html_input .= '<th>' . $title . ' ' . $deleteIcon . '</th>';
}
} else {
$html_input .= '<th>Quantity Range</th>';
$html_input .= '<th>Base Price</th>';
$html_input .= '<th>' . esc_html__( 'Quantity Range', 'woocommerce-product-addon' ) . '</th>';
$html_input .= '<th>' . esc_html__( 'Base Price', 'woocommerce-product-addon' ) . '</th>';
}

$html_input .= '</tr>';
Expand Down

0 comments on commit 6492821

Please sign in to comment.