mirror of
https://github.com/status-im/status-react.git
synced 2025-02-08 17:15:52 +00:00
[FIX #4296] Rename Recent Recipients to Contacts in Wallet
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
parent
685e4d271e
commit
971d780c1c
@ -376,7 +376,7 @@
|
|||||||
:recipient "Recipient"
|
:recipient "Recipient"
|
||||||
:specify-recipient "Specify recipient..."
|
:specify-recipient "Specify recipient..."
|
||||||
:recipient-code "Enter recipient address"
|
:recipient-code "Enter recipient address"
|
||||||
:recent-recipients "Recent recipients"
|
:recent-recipients "Contacts"
|
||||||
:to "To"
|
:to "To"
|
||||||
:from "From"
|
:from "From"
|
||||||
:data "Data"
|
:data "Data"
|
||||||
|
@ -85,7 +85,7 @@ class EnterRecipientAddressInput(BaseEditBox):
|
|||||||
class RecentRecipientsButton(BaseButton):
|
class RecentRecipientsButton(BaseButton):
|
||||||
def __init__(self, driver):
|
def __init__(self, driver):
|
||||||
super(RecentRecipientsButton, self).__init__(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):
|
class SelectAssetButton(BaseButton):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user