gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 10/69: Exchanges->Banking


From: gnunet
Subject: [taler-taler-ios] 10/69: Exchanges->Banking
Date: Fri, 19 Jan 2024 09:01:43 +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 d548c17f8de99493338e82ef1328220b4b998df6
Author: Marc Stibane <marc@taler.net>
AuthorDate: Wed Dec 13 23:05:01 2023 +0100

    Exchanges->Banking
---
 TalerWallet1/Views/Main/MainView.swift | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Views/Main/MainView.swift 
b/TalerWallet1/Views/Main/MainView.swift
index ee4b850..83837ed 100644
--- a/TalerWallet1/Views/Main/MainView.swift
+++ b/TalerWallet1/Views/Main/MainView.swift
@@ -89,7 +89,7 @@ extension MainView {
         @EnvironmentObject private var controller: Controller
         @EnvironmentObject private var model: WalletModel
         let balancesTitle = String(localized: "TitleBalances", defaultValue: 
"Balances")
-        let exchangesTitle = String(localized: "TitleExchanges", defaultValue: 
"Exchanges")
+        let exchangesTitle = String(localized: "TitleExchanges", defaultValue: 
"Banking")
         let settingsTitle = String(localized: "TitleSettings", defaultValue: 
"Settings")
 #if TABBAR  // Taler Wallet
         @State private var selectedTab: Tab = .balances
@@ -201,7 +201,7 @@ extension MainView {
                                   navTitle: exchangesTitle)
                 }.navigationViewStyle(.stack)
                 .tabItem {
-                    Image(systemName: "arrow.triangle.2.circlepath")
+                    Image(systemName: "building.columns")    //  
"arrow.triangle.2.circlepath")
                         .accessibilityLabel(exchangesTitle)
                     if !iconOnly { Text(exchangesTitle) }
                 }

-- 
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]