feat: localiztion.

This commit is contained in:
elforjani13
2021-12-27 14:44:04 +02:00
parent d1a67ca2ed
commit 99716e99a9
11 changed files with 57 additions and 42 deletions

View File

@@ -87,7 +87,7 @@ export function BillDetailsStatus({ bill }) {
</Choose.When>
<Choose.Otherwise>
<StatusTag intent={Intent.PRIMARY} round={true}>
Due
<T id={'due'} />
</StatusTag>
</Choose.Otherwise>
</Choose>
@@ -114,7 +114,7 @@ export const BillMenuItem = ({ payload: { onConvert } }) => {
<Menu>
<MenuItem
onClick={onConvert}
text={<T id={'convert_to_vendor_credit'} />}
text={<T id={'bill.convert_to_credit_note'} />}
/>
</Menu>
}