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

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