Updated the main copy on SetApprovalForAll confirmation screen (#15724)

feature/default_network_editable
VSaric 2 years ago committed by GitHub
parent 0b92b13def
commit 4f8c22accb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/_locales/en/messages.json
  2. 2
      test/e2e/tests/collectibles.spec.js

@ -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": {

@ -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');

Loading…
Cancel
Save