diff --git a/lib/ui/invoice/edit/invoice_edit_items_desktop.dart b/lib/ui/invoice/edit/invoice_edit_items_desktop.dart index 4bceaf5f2..20bbc9555 100644 --- a/lib/ui/invoice/edit/invoice_edit_items_desktop.dart +++ b/lib/ui/invoice/edit/invoice_edit_items_desktop.dart @@ -469,7 +469,8 @@ class _InvoiceEditItemsDesktopState extends State { } else if (column == COLUMN_TAX3) { return Text(item.taxName3 ?? ''); } else if (column == COLUMN_TAX_CATEGORY) { - return Text(kTaxCategories[item.taxCategoryId]); + return Text(localization + .lookup(kTaxCategories[item.taxCategoryId])); } else if (column == COLUMN_UNIT_COST) { return Text( formatNumber(