From 6d9088ed96f421fa8220621381c0f1bcfc16ef8a Mon Sep 17 00:00:00 2001 From: James Sangalli Date: Tue, 5 Jun 2018 14:59:30 +0800 Subject: [PATCH] shows purchase on botton instead of import for sell links --- AlphaWallet/Localization/en.lproj/Localizable.strings | 2 +- AlphaWallet/Localization/es.lproj/Localizable.strings | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AlphaWallet/Localization/en.lproj/Localizable.strings b/AlphaWallet/Localization/en.lproj/Localizable.strings index c09fed8df..99ccc6019 100644 --- a/AlphaWallet/Localization/en.lproj/Localizable.strings +++ b/AlphaWallet/Localization/en.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"; diff --git a/AlphaWallet/Localization/es.lproj/Localizable.strings b/AlphaWallet/Localization/es.lproj/Localizable.strings index ea0bce7a4..9f5b7e463 100644 --- a/AlphaWallet/Localization/es.lproj/Localizable.strings +++ b/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";