From 3d14e0b3f078ecb5229d813b826c447bbea34eec Mon Sep 17 00:00:00 2001 From: David Walsh Date: Mon, 21 Nov 2022 08:44:46 -0600 Subject: [PATCH] BETA - Update to sentence case (#16590) --- app/_locales/en/messages.json | 2 +- app/build-types/beta/manifest/chrome.json | 2 +- .../app/beta-header/__snapshots__/beta-header.test.js.snap | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 04d4bbfe2..03ec2a1c9 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -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": { diff --git a/app/build-types/beta/manifest/chrome.json b/app/build-types/beta/manifest/chrome.json index 2892a4785..4604c4c08 100644 --- a/app/build-types/beta/manifest/chrome.json +++ b/app/build-types/beta/manifest/chrome.json @@ -1,4 +1,4 @@ { "description": "THIS IS THE METAMASK EXTENSION BETA, INTENDED FOR BETA TESTING", - "name": "MetaMask BETA" + "name": "MetaMask Beta" } diff --git a/ui/components/app/beta-header/__snapshots__/beta-header.test.js.snap b/ui/components/app/beta-header/__snapshots__/beta-header.test.js.snap index 24c327ba4..8c88f9bdc 100644 --- a/ui/components/app/beta-header/__snapshots__/beta-header.test.js.snap +++ b/ui/components/app/beta-header/__snapshots__/beta-header.test.js.snap @@ -10,7 +10,7 @@ exports[`Beta Header should match snapshot 1`] = ` > - This is a BETA version. Please report bugs + This is a beta version. Please report bugs