feat: add localization.

This commit is contained in:
elforjani13
2021-12-22 15:59:16 +02:00
parent 10c421dea0
commit b36468ff7f
10 changed files with 202 additions and 33 deletions

View File

@@ -116,7 +116,7 @@ function RefundCreditNoteFormFields() {
<FastField name={'from_account_id'}>
{({ form, field: { value }, meta: { error, touched } }) => (
<FormGroup
label={<T id={'refund_credit_note.dialog.form_account'} />}
label={<T id={'refund_credit_note.dialog.from_account'} />}
className={classNames(
'form-group--from_account_id',
'form-group--select-list',