Skip to content

Commit

Permalink
Change description for receive
Browse files Browse the repository at this point in the history
- change icon for "Contact Us"
  • Loading branch information
ant013 committed Sep 12, 2023
1 parent c843dca commit d213973
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ extension AboutViewController: SectionsDataSource {
rows: [
row(
id: "email",
image: "at_24",
image: "mail_24",
title: "settings.about_app.contact".localized,
isFirst: true,
isLast: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ Go to Settings - > %@ and allow access to the camera.";
"receive_network_select.description" = "Choose a network and get an address to receive.";

"receive_address_format_select.title" = "Address Format";
"receive_address_format_select.description" = "Choose a network and get an address to receive.";
"receive_address_format_select.description" = "Select an address format to receive your address.";
"receive_address_format_select.bitcoin.bottom_description" = "The Native SegWit format is preferred in Bitcoin for improved throughput and security. All address formats (Taproot, SegWit, Legacy) can be used interchangeably to receive BTC regardless of the sender's address format, enabling seamless transactions across different coin types.";
"receive_address_format_select.bitcoin_cash.bottom_description" = "The Cash Address format is preferred for receiving Bitcoin Cash (BCH) due to its improved user experience and compatibility. However, both address formats can be used interchangeably to receive BCH, regardless of the sender's address format.";

Expand Down

0 comments on commit d213973

Please sign in to comment.