From a854cfdb930f2f6bf850371383f6880f22b76b3a Mon Sep 17 00:00:00 2001 From: aleksandar-mihajlovic <120601632+aleksandar-mihajlovic@users.noreply.github.com> Date: Tue, 21 Mar 2023 12:39:36 +0100 Subject: [PATCH] Changed text for review spending cap copy (#18214) --- app/_locales/en/messages.json | 2 +- test/e2e/tests/custom-token-add-approve.spec.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 7b45679ff..9d3aaeb94 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -3215,7 +3215,7 @@ "message": "Reveal seed phrase" }, "reviewSpendingCap": { - "message": "Review your spending cap" + "message": "Review the spending cap for your" }, "revokeAllTokensTitle": { "message": "Revoke permission to access and transfer all of your $1?", diff --git a/test/e2e/tests/custom-token-add-approve.spec.js b/test/e2e/tests/custom-token-add-approve.spec.js index 62700d389..b520f1bcf 100644 --- a/test/e2e/tests/custom-token-add-approve.spec.js +++ b/test/e2e/tests/custom-token-add-approve.spec.js @@ -162,7 +162,7 @@ describe('Create token, approve token and approve token without gas', function ( await driver.clickElement({ text: 'Next', tag: 'button' }); await driver.findElement({ - text: 'Review your spending cap', + text: 'Review the spending cap for your', tag: 'div', });