[FIX #4296] Rename Recent Recipients to Contacts in Wallet

Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
Georgie Mathews 2018-05-17 09:02:25 -07:00 committed by Julien Eluard
parent 685e4d271e
commit 971d780c1c
No known key found for this signature in database
GPG Key ID: 6FD7DB5437FCBEF6
2 changed files with 2 additions and 2 deletions

View File

@ -376,7 +376,7 @@
:recipient "Recipient"
:specify-recipient "Specify recipient..."
:recipient-code "Enter recipient address"
:recent-recipients "Recent recipients"
:recent-recipients "Contacts"
:to "To"
:from "From"
:data "Data"

View File

@ -85,7 +85,7 @@ class EnterRecipientAddressInput(BaseEditBox):
class RecentRecipientsButton(BaseButton):
def __init__(self, driver):
super(RecentRecipientsButton, self).__init__(driver)
self.locator = self.Locator.xpath_selector("//*[@text='Recent recipients']")
self.locator = self.Locator.xpath_selector("//*[@text='Contacts']")
class SelectAssetButton(BaseButton):