Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Copy update
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHeaps committed Oct 19, 2023
1 parent bd7f51f commit d966100
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sources/BraveWallet/Crypto/CryptoTabsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ struct CryptoTabsView<DismissContent: ToolbarContent>: View {
networkStore: cryptoStore.networkStore,
portfolioStore: cryptoStore.portfolioStore
)
.navigationTitle(Strings.Wallet.portfolioPageTitle)
.navigationTitle(Strings.Wallet.wallet)
.navigationBarTitleDisplayMode(.inline)
.introspectViewController(customize: { vc in
vc.navigationItem.do {
Expand Down Expand Up @@ -100,7 +100,7 @@ struct CryptoTabsView<DismissContent: ToolbarContent>: View {
store: cryptoStore.transactionsActivityStore,
networkStore: cryptoStore.networkStore
)
.navigationTitle(Strings.Wallet.activityPageTitle)
.navigationTitle(Strings.Wallet.wallet)
.navigationBarTitleDisplayMode(.inline)
.applyRegularNavigationAppearance()
.toolbar { sharedToolbarItems }
Expand All @@ -116,7 +116,7 @@ struct CryptoTabsView<DismissContent: ToolbarContent>: View {
cryptoStore: cryptoStore,
keyringStore: keyringStore
)
.navigationTitle(Strings.Wallet.accountsPageTitle)
.navigationTitle(Strings.Wallet.wallet)
.navigationBarTitleDisplayMode(.inline)
.applyRegularNavigationAppearance()
.toolbar { sharedToolbarItems }
Expand All @@ -132,7 +132,7 @@ struct CryptoTabsView<DismissContent: ToolbarContent>: View {
cryptoStore: cryptoStore,
keyringStore: keyringStore
)
.navigationTitle(Strings.Wallet.marketPageTitle)
.navigationTitle(Strings.Wallet.wallet)
.navigationBarTitleDisplayMode(.inline)
.applyRegularNavigationAppearance()
.toolbar { sharedToolbarItems }
Expand Down

0 comments on commit d966100

Please sign in to comment.