diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 89123a67c..be17b6130 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -328,7 +328,7 @@ "message": "Approve spend limit" }, "approveAllTokensTitle": { - "message": "Give permission to access all of your $1?", + "message": "Allow access to and transfer of all your $1?", "description": "$1 is the symbol of the token for which the user is granting approval" }, "approveAndInstall": { diff --git a/test/e2e/tests/collectibles.spec.js b/test/e2e/tests/collectibles.spec.js index 0c0c6ad3a..8687d0ffc 100644 --- a/test/e2e/tests/collectibles.spec.js +++ b/test/e2e/tests/collectibles.spec.js @@ -183,7 +183,7 @@ describe('Collectibles', function () { ); assert.equal( await title.getText(), - 'Give permission to access all of your TestDappCollectibles?', + 'Allow access to and transfer of all your TestDappCollectibles?', ); assert.equal(await data[0].getText(), 'Function: SetApprovalForAll'); assert.equal(await data[1].getText(), 'Parameters: true');