commit fbd5090f31985306c6e3985087ea8b87a3cb2fc7
parent 7950eb59bf07e5375457e2ab207b21b3c572be24
Author: Marc Stibane <marc@taler.net>
Date: Fri, 13 Sep 2024 09:29:39 +0200
"Transactions" -> currency
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/Balances/BalancesSectionView.swift b/TalerWallet1/Views/Balances/BalancesSectionView.swift
@@ -109,7 +109,7 @@ extension BalancesSectionView: View {
balance: balance,
selectedBalance: $selectedBalance,
currencyInfo: $currencyInfo,
- navTitle: String(localized: "Transactions", comment: "ViewTitle of TransactionList"),
+ navTitle: currency, // String(localized: "Transactions", comment: "ViewTitle of TransactionList"),
scopeInfo: scopeInfo,
transactions: $completedTransactions,
reloadAllAction: loadCompleted,