1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

BETA - Update to sentence case (#16590)

This commit is contained in:
David Walsh 2022-11-21 08:44:46 -06:00 committed by GitHub
parent 9530797a7a
commit 3d14e0b3f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -438,7 +438,7 @@
"message": "Beta"
},
"betaHeaderText": {
"message": "This is a BETA version. Please report bugs $1",
"message": "This is a beta version. Please report bugs $1",
"description": "$1 represents the word 'here' in a hyperlink"
},
"betaMetamaskDescription": {

View File

@ -1,4 +1,4 @@
{
"description": "THIS IS THE METAMASK EXTENSION BETA, INTENDED FOR BETA TESTING",
"name": "MetaMask BETA"
"name": "MetaMask Beta"
}

View File

@ -10,7 +10,7 @@ exports[`Beta Header should match snapshot 1`] = `
>
<span>
This is a BETA version. Please report bugs
This is a beta version. Please report bugs
<a
href="https://metamask.zendesk.com/hc/en-us"
rel="noreferrer noopener"