Merge pull request #418 from James-Sangalli/purchase-button-link

shows purchase on button instead of import for sell links
pull/424/head
James Sangalli 7 years ago committed by GitHub
commit 646659c8d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      AlphaWallet/Localization/en.lproj/Localizable.strings
  2. 2
      AlphaWallet/Localization/es.lproj/Localizable.strings

@ -236,7 +236,7 @@
"a.claim.ticket.promptImport.title" = "Import?";
"a.claim.ticket.inProgress.title" = "Importing tickets...";
"a.claim.ticket.import.button.title" = "Import";
"a.claim.ticket.purchase.button.title" = "Import";
"a.claim.ticket.purchase.button.title" = "Purchase";
"a.claim.ticket.ethCostLabel.title" = "Total Cost";
"a.claim.ticket.ethCost.free.title" = "Free Import";
"a.claim.ticket.dollarCostLabel.title" = "EQUIVALENT IN USD";

@ -236,7 +236,7 @@
"a.claim.ticket.promptImport.title" = "Import?";
"a.claim.ticket.inProgress.title" = "Importing tickets...";
"a.claim.ticket.import.button.title" = "Import";
"a.claim.ticket.purchase.button.title" = "Import";
"a.claim.ticket.purchase.button.title" = "Purchase";
"a.claim.ticket.ethCostLabel.title" = "Total Cost";
"a.claim.ticket.ethCost.free.title" = "Free Import";
"a.claim.ticket.dollarCostLabel.title" = "EQUIVALENT IN USD";

Loading…
Cancel
Save