taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit adc3ff17a731f0567d55161ad6ef7a001162ae7f
parent 2312c9c967e83da129d0996984d27209b4a0f01f
Author: Marc Stibane <marc@taler.net>
Date:   Sun, 15 Feb 2026 14:49:53 +0100

Taler Wallet instead of Empty Wallet

Diffstat:
MTalerWallet1/Views/Balances/BalancesListView.swift | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Views/Balances/BalancesListView.swift b/TalerWallet1/Views/Balances/BalancesListView.swift @@ -1,5 +1,5 @@ /* - * This file is part of GNU Taler, ©2022-25 Taler Systems S.A. + * This file is part of GNU Taler, ©2022-26 Taler Systems S.A. * See LICENSE.md */ /** @@ -47,7 +47,7 @@ struct BalancesListView: View { let count = controller.balances.count if controller.balances.isEmpty { WalletEmptyView(stack: stack.push("isEmpty")) - .navigationTitle("Empty Wallet") + .navigationTitle("Taler Wallet") .refreshable { await refresh() }