feat: message lang.

This commit is contained in:
elforjani3
2021-06-12 19:36:14 +02:00
parent 3fe85c519d
commit 7a384c54be
12 changed files with 25 additions and 21 deletions

View File

@@ -23,7 +23,7 @@ function PaymentReceiveListField({
return (
<ListSelect
item={invoices}
noResults={<MenuItem disabled={true} text="No results." />}
noResults={<MenuItem disabled={true} text={<T id={'no_results'} />} />}
itemRenderer={handleInvoiceRenderer}
popoverProps={{ minimal: true }}
onItemSelect={onInvoiceSelect}