From 8d9664581f0f7e37d0b16bb52d959f7996a4c774 Mon Sep 17 00:00:00 2001 From: decanus Date: Mon, 18 Mar 2019 12:15:08 +0100 Subject: [PATCH] changed translations Signed-off-by: Andrey Shovkoplyas --- test/appium/tests/atomic/chats/test_chats_management.py | 2 +- test/appium/tests/atomic/chats/test_one_to_one.py | 4 ++-- translations/en.json | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test/appium/tests/atomic/chats/test_chats_management.py b/test/appium/tests/atomic/chats/test_chats_management.py index a11754f3a6..9359bceb57 100644 --- a/test/appium/tests/atomic/chats/test_chats_management.py +++ b/test/appium/tests/atomic/chats/test_chats_management.py @@ -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() diff --git a/test/appium/tests/atomic/chats/test_one_to_one.py b/test/appium/tests/atomic/chats/test_one_to_one.py index e1aea71594..678f9dedbd 100644 --- a/test/appium/tests/atomic/chats/test_one_to_one.py +++ b/test/appium/tests/atomic/chats/test_one_to_one.py @@ -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: diff --git a/translations/en.json b/translations/en.json index 7c2d1da468..d9b2b097f9 100644 --- a/translations/en.json +++ b/translations/en.json @@ -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}}",