mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 03:20:23 +01:00
Changed text for review spending cap copy (#18214)
This commit is contained in:
parent
5e4e98b0c3
commit
a854cfdb93
2
app/_locales/en/messages.json
generated
2
app/_locales/en/messages.json
generated
@ -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?",
|
||||
|
@ -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',
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user