BIG-356: add localize remove line entries.

This commit is contained in:
elforjani13
2022-03-30 16:34:51 +02:00
parent 9bd13b0d46
commit 86c6de361b
6 changed files with 28 additions and 8 deletions

View File

@@ -21,7 +21,10 @@ export function ActionsCellRenderer({
const exampleMenu = (
<Menu>
<MenuItem onClick={onRemoveRole} text="Remove line" />
<MenuItem
onClick={onRemoveRole}
text={intl.get('warehouse_transfer.entries.remove_row')}
/>
</Menu>
);