taler-ios

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

commit 3cd46b0ba04898a67e22e2955a27fd23db4355f6
parent ee0958fe8a77fcdb20bed0da1c6b9a02f4a3ac81
Author: Marc Stibane <marc@taler.net>
Date:   Thu, 27 Aug 2026 19:45:07 +0200

wording

Diffstat:
MTalerWallet1/Views/Main/MigrationView.swift | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Views/Main/MigrationView.swift b/TalerWallet1/Views/Main/MigrationView.swift @@ -105,11 +105,14 @@ struct MigrationView: View { finishAction() } } + } else { + Text("Please don't close the app now, or we need to start over next time.") + .talerFont(.body) } } else { - Text("The digital cash database needs to be updated.") + Text("The \(controller.localizedAppName) database needs to be updated.") .talerFont(.title) - Text("This might take a while...") + Text("This might take from a few seconds to a minute or two, depending on how many transactions you made.") .talerFont(.body) Button("Update now", action: buttonAction)