1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

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

This commit is contained in:
VSaric 2022-09-06 16:11:13 +02:00 committed by GitHub
parent 0b92b13def
commit 4f8c22accb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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