gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 17/18: Withdraw Title with currency symbol


From: gnunet
Subject: [taler-taler-ios] 17/18: Withdraw Title with currency symbol
Date: Thu, 15 Feb 2024 07:02:17 +0100

This is an automated email from the git hooks/post-receive script.

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit d6c9c84ba843c64b71f065525868a3f0abf184e5
Author: Marc Stibane <marc@taler.net>
AuthorDate: Thu Feb 15 07:00:15 2024 +0100

    Withdraw Title with currency symbol
---
 TalerWallet1/Views/Banking/ManualWithdraw.swift | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/TalerWallet1/Views/Banking/ManualWithdraw.swift 
b/TalerWallet1/Views/Banking/ManualWithdraw.swift
index d95e3ab..b675135 100644
--- a/TalerWallet1/Views/Banking/ManualWithdraw.swift
+++ b/TalerWallet1/Views/Banking/ManualWithdraw.swift
@@ -34,7 +34,10 @@ struct ManualWithdraw: View {
                         ?? exchange.currency
                         ?? String(localized: "Unknown", comment: "unknown 
currency")
             let currencyInfo = controller.info(for: currency, 
controller.currencyTicker)
-            let navTitle = String(localized: "NavTitle_Withdraw (currency)", 
defaultValue: "Withdraw \(currency)")
+            let currencySymbol = currencyInfo.specs.altUnitNames?[0] ?? 
currency
+            let navTitle = String(localized: "NavTitle_Withdraw (currency)",
+                               defaultValue: "Withdraw \(currencySymbol)",
+                                    comment: "NavTitle: Withdraw 
'currencySymbol'")
 //          let agePicker = AgePicker(ageMenuList: $ageMenuList, selectedAge: 
$selectedAge)
 
             let someCoins = SomeCoins(details: withdrawalAmountDetails)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]