mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
fix(form footer):missing.
This commit is contained in:
@@ -13,7 +13,9 @@ export function InvoiceFormFooterLeft() {
|
||||
>
|
||||
<FEditableText
|
||||
name={'invoice_message'}
|
||||
placeholder={'Thanks for your business and have a great day!'}
|
||||
placeholder={
|
||||
<T id={'thanks_for_your_business_and_have_a_great_day'} />
|
||||
}
|
||||
/>
|
||||
</InvoiceMsgFormGroup>
|
||||
|
||||
@@ -24,9 +26,7 @@ export function InvoiceFormFooterLeft() {
|
||||
>
|
||||
<FEditableText
|
||||
name={'terms_conditions'}
|
||||
placeholder={
|
||||
'Enter the terms and conditions of your business to be displayed in your transaction'
|
||||
}
|
||||
placeholder={<T id={'terms_and_conditions.placeholder'} />}
|
||||
/>
|
||||
</TermsConditsFormGroup>
|
||||
</React.Fragment>
|
||||
@@ -49,7 +49,6 @@ const InvoiceMsgFormGroup = styled(FFormGroup)`
|
||||
|
||||
const TermsConditsFormGroup = styled(FFormGroup)`
|
||||
&.bp3-form-group {
|
||||
|
||||
.bp3-label {
|
||||
font-size: 12px;
|
||||
margin-bottom: 12px;
|
||||
|
||||
Reference in New Issue
Block a user