feat(girocode): use full company name + add Recipient/Bank/Amount/Reference labels
This commit is contained in:
@@ -37,6 +37,9 @@ export interface InvoiceStrings {
|
||||
ibanLabel: string;
|
||||
bicLabel: string;
|
||||
bankLabel: string;
|
||||
recipientLabel: string;
|
||||
amountLabel: string;
|
||||
referenceLabel: string;
|
||||
addressHeading: string;
|
||||
contactHeading: string;
|
||||
legalHeading: string;
|
||||
@@ -87,6 +90,9 @@ const de: InvoiceStrings = {
|
||||
ibanLabel: "IBAN",
|
||||
bicLabel: "BIC",
|
||||
bankLabel: "Bank",
|
||||
recipientLabel: "Empfänger",
|
||||
amountLabel: "Betrag",
|
||||
referenceLabel: "Referenz",
|
||||
addressHeading: "Adresse",
|
||||
contactHeading: "Kontakt",
|
||||
legalHeading: "Rechtliches",
|
||||
@@ -136,6 +142,9 @@ const en: InvoiceStrings = {
|
||||
ibanLabel: "IBAN",
|
||||
bicLabel: "BIC",
|
||||
bankLabel: "Bank",
|
||||
recipientLabel: "Recipient",
|
||||
amountLabel: "Amount",
|
||||
referenceLabel: "Reference",
|
||||
addressHeading: "Address",
|
||||
contactHeading: "Contact",
|
||||
legalHeading: "Legal",
|
||||
|
||||
Reference in New Issue
Block a user