mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Changed text for review spending cap copy (#18214)
This commit is contained in:
parent
5e4e98b0c3
commit
a854cfdb93
@ -3215,7 +3215,7 @@
|
|||||||
"message": "Reveal seed phrase"
|
"message": "Reveal seed phrase"
|
||||||
},
|
},
|
||||||
"reviewSpendingCap": {
|
"reviewSpendingCap": {
|
||||||
"message": "Review your spending cap"
|
"message": "Review the spending cap for your"
|
||||||
},
|
},
|
||||||
"revokeAllTokensTitle": {
|
"revokeAllTokensTitle": {
|
||||||
"message": "Revoke permission to access and transfer all of your $1?",
|
"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.clickElement({ text: 'Next', tag: 'button' });
|
||||||
|
|
||||||
await driver.findElement({
|
await driver.findElement({
|
||||||
text: 'Review your spending cap',
|
text: 'Review the spending cap for your',
|
||||||
tag: 'div',
|
tag: 'div',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user