Skip to content

Commit

Permalink
Adjusted buy crypto pull up
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg-Pecheneg committed Mar 15, 2024
1 parent b314012 commit 42cc262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,6 @@ More tabs are coming in the next updates.";
"SEARCH_PROFILES" = "Search profiles";

"SELECT_PULL_UP_BUY_DOMAINS_TITLE" = "Buy domains";
"SELECT_PULL_UP_BUY_TOKENS_TITLE" = "Buy Crypto";
"SELECT_PULL_UP_BUY_TOKENS_TITLE" = "Buy crypto";
"SELECT_PULL_UP_BUY_DOMAINS_SUBTITLE" = "Find and acquire new domain names";
"SELECT_PULL_UP_BUY_TOKENS_SUBTITLE" = "With Apple Pay or card";
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ extension ViewPullUpDefaultConfiguration {
static func homeWalletBuySelectionPullUp(selectionCallback: @escaping (HomeWalletView.BuyOptions)->()) -> ViewPullUpDefaultConfiguration {
var selectedItem: HomeWalletView.BuyOptions?

return .init(title: .text(String.Constants.settingsLegal.localized()),
return .init(title: nil,
items: HomeWalletView.BuyOptions.allCases,
itemSelectedCallback: { item in
guard let item = item as? HomeWalletView.BuyOptions else { return }
Expand Down

0 comments on commit 42cc262

Please sign in to comment.