fix(form footer):missing.

This commit is contained in:
elforjani13
2022-03-21 17:58:20 +02:00
parent 90c77d80eb
commit 70e1e94a4a
15 changed files with 49 additions and 35 deletions

View File

@@ -12,9 +12,7 @@ export function MakeJournalFormFooterLeft() {
>
<FEditableText
name={'description'}
placeholder={
'Enter the description of your business to be displayed in your transaction'
}
placeholder={<T id={'make_jorunal.decscrption.placeholder'} />}
/>
</DescriptionFormGroup>
</React.Fragment>