changed translations

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
decanus 2019-03-18 12:15:08 +01:00 committed by Andrey Shovkoplyas
parent 38570aa42f
commit 8d9664581f
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
3 changed files with 7 additions and 7 deletions

View File

@ -77,7 +77,7 @@ class TestChatManagement(SingleDeviceTestCase):
chat.chat_message_input.send_keys(public_key)
chat.send_message_button.click()
chat.chat_element_by_text(public_key).long_press_element()
chat.element_by_text('Copy to clipboard').click()
chat.element_by_text('Copy').click()
chat.get_back_to_home_view()
start_new_chat = home.plus_button.click()

View File

@ -484,7 +484,7 @@ class TestMessagesOneToOneChatSingle(SingleDeviceTestCase):
chat.send_message_button.click()
chat.chat_element_by_text(message_text).long_press_element()
chat.element_by_text('Copy to clipboard').click()
chat.element_by_text('Copy').click()
message_input.paste_text_from_clipboard()
if message_input.text != message_text:
@ -496,7 +496,7 @@ class TestMessagesOneToOneChatSingle(SingleDeviceTestCase):
chat.send_message_button.click()
chat.chat_element_by_text(message_text).long_press_element()
chat.element_by_text('Copy to clipboard').click()
chat.element_by_text('Copy').click()
message_input.paste_text_from_clipboard()
if message_input.text != message_text:

View File

@ -87,7 +87,7 @@
"faucet-error": "Faucet request error",
"phone-significant": "Significant",
"search-for": "Search for...",
"sharing-copy-to-clipboard": "Copy to clipboard",
"sharing-copy-to-clipboard": "Copy",
"phone-international": "International 2",
"sync-in-progress": "Syncing...",
"enter-address": "Enter address",
@ -423,7 +423,7 @@
"clear-history-confirmation": "Clear history?",
"currency-display-name-gyd": "Guyana Dollar",
"required-field": "Required field",
"wallet-address-from-clipboard": "Use Address From Clipboard",
"wallet-address-from-clipboard": "Paste Address",
"currency-display-name-cad": "Canada Dollar",
"remove-network": "Remove network",
"recovery-typo-dialog-description": "If you enter the wrong words, you will create a new account instead of recovering an old one.",
@ -486,12 +486,12 @@
"logout-title": "Log out?",
"or-choose-a-contact": "Or choose a contact",
"add-existing-account": "Add existing account",
"sharing-copied-to-clipboard": "Copied to clipboard",
"sharing-copied-to-clipboard": "Copied",
"all": "All",
"confirmations-helper-text": "When the transaction has 12 confirmations you can consider it settled.",
"reset-default": "Reset to default",
"test-networks": "Test networks",
"copy-to-clipboard": "Copy to clipboard",
"copy-to-clipboard": "Copy",
"your-wallets": "Your wallets",
"token-auto-validate-name-error": "Wrong name for token {{symbol}} at address {{address}} - set to {{expected}} but detected as {{actual}}",
"token-auto-validate-symbol-error": "Wrong symbol for token {{symbol}} at address {{address}} - set to {{expected}} but detected as {{actual}}",