mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
BETA - Update to sentence case (#16590)
This commit is contained in:
parent
9530797a7a
commit
3d14e0b3f0
@ -438,7 +438,7 @@
|
|||||||
"message": "Beta"
|
"message": "Beta"
|
||||||
},
|
},
|
||||||
"betaHeaderText": {
|
"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"
|
"description": "$1 represents the word 'here' in a hyperlink"
|
||||||
},
|
},
|
||||||
"betaMetamaskDescription": {
|
"betaMetamaskDescription": {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"description": "THIS IS THE METAMASK EXTENSION BETA, INTENDED FOR BETA TESTING",
|
"description": "THIS IS THE METAMASK EXTENSION BETA, INTENDED FOR BETA TESTING",
|
||||||
"name": "MetaMask BETA"
|
"name": "MetaMask Beta"
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@ exports[`Beta Header should match snapshot 1`] = `
|
|||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
|
|
||||||
This is a BETA version. Please report bugs
|
This is a beta version. Please report bugs
|
||||||
<a
|
<a
|
||||||
href="https://metamask.zendesk.com/hc/en-us"
|
href="https://metamask.zendesk.com/hc/en-us"
|
||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user