Skip to content

Commit

Permalink
[ETH-965] Rename explorer button
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizaveta Semenova committed Feb 14, 2024
1 parent b86408f commit 8e89b10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion p2p_wallet/Resources/Base.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@
"Mint signature" = "Mint signature";
"Unstake signature" = "Unstake signature";
"Stake signature" = "Stake signature";
"Explorer" = "Explorer";
"Buy with Moonpay" = "Buy with Moonpay";
"License" = "License";
"Cashout with Moonpay" = "Cashout with Moonpay";
Expand Down Expand Up @@ -610,3 +609,4 @@
"Terms & Conditions" = "Terms & Conditions";
"Swap fee" = "Swap fee";
"Token-2022 transfer fee" = "Token-2022 transfer fee";
"Solscan" = "Solscan";
2 changes: 1 addition & 1 deletion p2p_wallet/Resources/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@
"Error with deleting. Try again" = "Error with deleting. Try again";
"Estimated fees" = "Estimated fees";
"Exchanging %@ → %@" = "Exchanging %@ → %@";
"Explorer" = "Explorer";
"Face ID" = "Face ID";
"Failed to get data" = "Failed to get data";
"Fee" = "Fee";
Expand Down Expand Up @@ -598,3 +597,4 @@
"Terms & Conditions" = "Terms & Conditions";
"Swap fee" = "Swap fee";
"Token-2022 transfer fee" = "Token-2022 transfer fee";
"Solscan" = "Solscan";
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ struct DetailTransactionView: View {
viewModel.share()
}
case .explorer:
CircleButton(title: L10n.explorer, image: .explorer) {
CircleButton(title: L10n.solscan, image: .explorer) {
viewModel.explore()
}
}
Expand Down

0 comments on commit 8e89b10

Please sign in to comment.