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:
parent
0b92b13def
commit
4f8c22accb
2
app/_locales/en/messages.json
generated
2
app/_locales/en/messages.json
generated
@ -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…
Reference in New Issue
Block a user