diff --git a/packages/admin-next/dashboard/public/locales/en-US/translation.json b/packages/admin-next/dashboard/public/locales/en-US/translation.json index 0a92509245..b8cf1c9d1e 100644 --- a/packages/admin-next/dashboard/public/locales/en-US/translation.json +++ b/packages/admin-next/dashboard/public/locales/en-US/translation.json @@ -446,6 +446,7 @@ "adminOnly": "Admin only", "adminOnlyHint": "When enabled the shipping option will only be available in the admin dashboard, and not in the storefront." }, + "taxInclusiveHint": "When enabled, the shipping option's price will be tax inclusive.", "requirements": { "label": "Requirements", "hint": "Specify the requirements for the shipping option." diff --git a/packages/admin-next/dashboard/src/components/table/table-cells/discount/code-cell/code-cell.tsx b/packages/admin-next/dashboard/src/components/table/table-cells/discount/code-cell/code-cell.tsx index b6d0cf4994..76bdea5e8b 100644 --- a/packages/admin-next/dashboard/src/components/table/table-cells/discount/code-cell/code-cell.tsx +++ b/packages/admin-next/dashboard/src/components/table/table-cells/discount/code-cell/code-cell.tsx @@ -9,7 +9,7 @@ type DiscountCellProps = { export const CodeCell = ({ discount }: DiscountCellProps) => { return (