Skip to content

Commit

Permalink
Merge branch 'CURB-2434-cookie-settings' into CURB-4348-add-new-langu…
Browse files Browse the repository at this point in the history
…ages
  • Loading branch information
fkloes committed Aug 9, 2024
2 parents a4859cb + 9a701b8 commit 8b7acee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Label = ({ className, price, currency }) => (
// eslint-disable-next-line jsx-a11y/aria-role
<div role="text" className={`${className} ${styles.text}`}>
{price > 0 ? (
<I18n.Text string="shipping.cost" params={{ price }}>
<I18n.Text string="shipping.cost">
<I18n.Price forKey="price" price={price} currency={currency} />
</I18n.Text>
) : (
Expand Down

0 comments on commit 8b7acee

Please sign in to comment.