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', });