From d96610096728bd3c0197bf881556fdc66bea9ce2 Mon Sep 17 00:00:00 2001 From: Stephen Heaps Date: Thu, 19 Oct 2023 09:55:03 -0400 Subject: [PATCH] Copy update --- Sources/BraveWallet/Crypto/CryptoTabsView.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/BraveWallet/Crypto/CryptoTabsView.swift b/Sources/BraveWallet/Crypto/CryptoTabsView.swift index 313f2346ce8..8af80292dec 100644 --- a/Sources/BraveWallet/Crypto/CryptoTabsView.swift +++ b/Sources/BraveWallet/Crypto/CryptoTabsView.swift @@ -58,7 +58,7 @@ struct CryptoTabsView: View { networkStore: cryptoStore.networkStore, portfolioStore: cryptoStore.portfolioStore ) - .navigationTitle(Strings.Wallet.portfolioPageTitle) + .navigationTitle(Strings.Wallet.wallet) .navigationBarTitleDisplayMode(.inline) .introspectViewController(customize: { vc in vc.navigationItem.do { @@ -100,7 +100,7 @@ struct CryptoTabsView: View { store: cryptoStore.transactionsActivityStore, networkStore: cryptoStore.networkStore ) - .navigationTitle(Strings.Wallet.activityPageTitle) + .navigationTitle(Strings.Wallet.wallet) .navigationBarTitleDisplayMode(.inline) .applyRegularNavigationAppearance() .toolbar { sharedToolbarItems } @@ -116,7 +116,7 @@ struct CryptoTabsView: View { cryptoStore: cryptoStore, keyringStore: keyringStore ) - .navigationTitle(Strings.Wallet.accountsPageTitle) + .navigationTitle(Strings.Wallet.wallet) .navigationBarTitleDisplayMode(.inline) .applyRegularNavigationAppearance() .toolbar { sharedToolbarItems } @@ -132,7 +132,7 @@ struct CryptoTabsView: View { cryptoStore: cryptoStore, keyringStore: keyringStore ) - .navigationTitle(Strings.Wallet.marketPageTitle) + .navigationTitle(Strings.Wallet.wallet) .navigationBarTitleDisplayMode(.inline) .applyRegularNavigationAppearance() .toolbar { sharedToolbarItems }