BIG-378: add Localize to invoice.

This commit is contained in:
elforjani13
2022-04-04 17:58:39 +02:00
parent b0cf8f723f
commit b1e7720bd9
3 changed files with 6 additions and 2 deletions

View File

@@ -43,7 +43,10 @@ export function ActionsCellRenderer({
const exampleMenu = (
<Menu>
<MenuItem onClick={onRemoveRole} text={'item_entries.remove_row'} />
<MenuItem
onClick={onRemoveRole}
text={<T id={'item_entries.remove_row'} />}
/>
</Menu>
);