temp build

This commit is contained in:
Stephan D
2025-12-05 01:32:41 +01:00
parent 082d782a80
commit f71cc76f64
50 changed files with 853 additions and 707 deletions

View File

@@ -12,6 +12,6 @@ String getPaymentTypeLabel(BuildContext context, PaymentType type) {
PaymentType.bankAccount => l10n.paymentTypeBankAccount,
PaymentType.iban => l10n.paymentTypeIban,
PaymentType.wallet => l10n.paymentTypeWallet,
PaymentType.cryptoAddress => 'Crypto address',
PaymentType.cryptoAddress => l10n.paymentTypeCryptoAddress,
};
}