1
0
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:
aleksandar-mihajlovic 2023-03-21 12:39:36 +01:00 committed by GitHub
parent 5e4e98b0c3
commit a854cfdb93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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?",

View File

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