From a943b0d6879a5838b1dd108916be181414a8f0be Mon Sep 17 00:00:00 2001 From: yqrashawn Date: Mon, 13 Apr 2020 14:35:48 +0800 Subject: [PATCH] Add: addresses -> address --- app/_locales/en/messages.json | 2 +- test/e2e/address-book.spec.js | 2 +- test/e2e/from-import-ui.spec.js | 2 +- test/e2e/metamask-responsive-ui.spec.js | 2 +- test/e2e/metamask-ui.spec.js | 8 ++++---- test/e2e/send-edit.spec.js | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 80507e535765..27037986a4d1 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -1066,7 +1066,7 @@ "message": "Recipient Address" }, "recipientAddressPlaceholder": { - "message": "Enter the addresses updated after April 9, 2020" + "message": "Enter the address updated after April 9, 2020" }, "rejectAll": { "message": "Reject All" diff --git a/test/e2e/address-book.spec.js b/test/e2e/address-book.spec.js index 3c3201150c2a..fdd6297f8af6 100644 --- a/test/e2e/address-book.spec.js +++ b/test/e2e/address-book.spec.js @@ -206,7 +206,7 @@ describe('MetaMask', function () { await driver.delay(regularDelayMs) const inputAddress = await driver.findElement( - By.css('input[placeholder="Enter the addresses updated after April 9, 2020"]') + By.css('input[placeholder="Enter the address updated after April 9, 2020"]') ) await inputAddress.sendKeys('0x1f318c334780961fb129d2a6c30d0763d9a5c970') await driver.delay(regularDelayMs) diff --git a/test/e2e/from-import-ui.spec.js b/test/e2e/from-import-ui.spec.js index 1fb3607bacf1..7ed6959dc93a 100644 --- a/test/e2e/from-import-ui.spec.js +++ b/test/e2e/from-import-ui.spec.js @@ -223,7 +223,7 @@ describe('Using MetaMask with an existing account', function () { await driver.delay(regularDelayMs) const inputAddress = await driver.findElement( - By.css('input[placeholder="Enter the addresses updated after April 9, 2020"]') + By.css('input[placeholder="Enter the address updated after April 9, 2020"]') ) await inputAddress.sendKeys('0x1f318c334780961fb129d2a6c30d0763d9a5c970') diff --git a/test/e2e/metamask-responsive-ui.spec.js b/test/e2e/metamask-responsive-ui.spec.js index cce62e47e339..e5b7f7220670 100644 --- a/test/e2e/metamask-responsive-ui.spec.js +++ b/test/e2e/metamask-responsive-ui.spec.js @@ -229,7 +229,7 @@ describe('MetaMask', function () { await driver.delay(regularDelayMs) const inputAddress = await driver.findElement( - By.css('input[placeholder="Enter the addresses updated after April 9, 2020"]') + By.css('input[placeholder="Enter the address updated after April 9, 2020"]') ) await inputAddress.sendKeys('0x1f318c334780961fb129d2a6c30d0763d9a5c970') diff --git a/test/e2e/metamask-ui.spec.js b/test/e2e/metamask-ui.spec.js index 5c4a2e76e8c8..2086b3f6498b 100644 --- a/test/e2e/metamask-ui.spec.js +++ b/test/e2e/metamask-ui.spec.js @@ -278,7 +278,7 @@ describe('MetaMask', function () { await driver.delay(regularDelayMs) const inputAddress = await driver.findElement( - By.css('input[placeholder="Enter the addresses updated after April 9, 2020"]') + By.css('input[placeholder="Enter the address updated after April 9, 2020"]') ) await inputAddress.sendKeys('0x1f318c334780961fb129d2a6c30d0763d9a5c970') @@ -364,7 +364,7 @@ describe('MetaMask', function () { await driver.delay(regularDelayMs) const inputAddress = await driver.findElement( - By.css('input[placeholder="Enter the addresses updated after April 9, 2020"]') + By.css('input[placeholder="Enter the address updated after April 9, 2020"]') ) await inputAddress.sendKeys('0x1f318c334780961fb129d2a6c30d0763d9a5c970') @@ -416,7 +416,7 @@ describe('MetaMask', function () { await driver.delay(regularDelayMs) const inputAddress = await driver.findElement( - By.css('input[placeholder="Enter the addresses updated after April 9, 2020"]') + By.css('input[placeholder="Enter the address updated after April 9, 2020"]') ) await inputAddress.sendKeys('0x1f318c334780961fb129d2a6c30d0763d9a5c970') @@ -1187,7 +1187,7 @@ describe('MetaMask', function () { await driver.delay(1000) const inputAddress = await driver.findElement( - By.css('input[placeholder="Enter the addresses updated after April 9, 2020"]') + By.css('input[placeholder="Enter the address updated after April 9, 2020"]') ) await inputAddress.sendKeys('0x1f318c334780961fb129d2a6c30d0763d9a5c970') diff --git a/test/e2e/send-edit.spec.js b/test/e2e/send-edit.spec.js index d4b272cdf26d..a9dfa5d62d52 100644 --- a/test/e2e/send-edit.spec.js +++ b/test/e2e/send-edit.spec.js @@ -117,7 +117,7 @@ describe('Using MetaMask with an existing account', function () { await driver.delay(regularDelayMs) const inputAddress = await driver.findElement( - By.css('input[placeholder="Enter the addresses updated after April 9, 2020"]') + By.css('input[placeholder="Enter the address updated after April 9, 2020"]') ) await inputAddress.sendKeys('0x1f318c334780961fb129d2a6c30d0763d9a5c970')