diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 316e4c3e02ba..f8c7d9c5bdef 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -590,10 +590,10 @@ "message": "All popular networks" }, "allTimeHigh": { - "message": "All time high" + "message": "All-time high" }, "allTimeLow": { - "message": "All time low" + "message": "All-time low" }, "allowAddRpc": { "message": "Add RPC" @@ -944,7 +944,7 @@ "message": "You'll need to allow access to $1 $2 for bridging, and then approve bridging to $3. This will require two separate confirmations." }, "bridgeBlockExplorerLinkCopied": { - "message": "Block explorer link copied!" + "message": "Block explorer link copied" }, "bridgeCalculatingAmount": { "message": "Calculating..." @@ -1025,7 +1025,7 @@ "message": "Price impact reflects how your swap affects the market price. If you don't have enough for gas, some of your tokens are used to cover fees, which raises price impact. MetaMask doesn't set or control this." }, "bridgePriceImpactTooltipTitle": { - "message": "Price Impact" + "message": "Price impact" }, "bridgePriceImpactWarningTitle": { "message": "Price Impact Warning" @@ -1477,7 +1477,7 @@ "message": "You're switching back to a standard account (EOA)." }, "confirmTitleDescDelegationUpgrade": { - "message": "You're switching to a smart account" + "message": "You're switching to a smart account." }, "confirmTitleDescDeployContract": { "message": "This site wants you to deploy a contract" @@ -3389,7 +3389,7 @@ "message": "Learn more" }, "learnMoreUpperCaseWithDot": { - "message": "Learn more." + "message": "Learn more" }, "learnScamRisk": { "message": "scams and security risks." @@ -4153,7 +4153,7 @@ "message": "NFT autodetection enabled" }, "nftDisclaimer": { - "message": "Disclaimer: MetaMask pulls the media file from the source url. This url sometimes gets changed by the marketplace on which the NFT was minted." + "message": "Disclaimer: MetaMask pulls the media file from the source URL. This URL sometimes gets changed by the marketplace on which the NFT was minted." }, "nftEmptyDescription": { "message": "There's a world of NFTs out there. Start your collection today." @@ -4551,7 +4551,7 @@ "description": "$1 is the browser name" }, "onboardingPinExtensionTitle": { - "message": "Installation is complete!" + "message": "Installation is complete" }, "onboardingSignInWith": { "message": "Sign in with $1", @@ -5778,7 +5778,7 @@ "message": "Select Secret Recovery Phrase" }, "selectType": { - "message": "Select Type" + "message": "Select type" }, "selectedAccountMismatch": { "message": "Different account selected" diff --git a/app/_locales/en_GB/messages.json b/app/_locales/en_GB/messages.json index 316e4c3e02ba..f8c7d9c5bdef 100644 --- a/app/_locales/en_GB/messages.json +++ b/app/_locales/en_GB/messages.json @@ -590,10 +590,10 @@ "message": "All popular networks" }, "allTimeHigh": { - "message": "All time high" + "message": "All-time high" }, "allTimeLow": { - "message": "All time low" + "message": "All-time low" }, "allowAddRpc": { "message": "Add RPC" @@ -944,7 +944,7 @@ "message": "You'll need to allow access to $1 $2 for bridging, and then approve bridging to $3. This will require two separate confirmations." }, "bridgeBlockExplorerLinkCopied": { - "message": "Block explorer link copied!" + "message": "Block explorer link copied" }, "bridgeCalculatingAmount": { "message": "Calculating..." @@ -1025,7 +1025,7 @@ "message": "Price impact reflects how your swap affects the market price. If you don't have enough for gas, some of your tokens are used to cover fees, which raises price impact. MetaMask doesn't set or control this." }, "bridgePriceImpactTooltipTitle": { - "message": "Price Impact" + "message": "Price impact" }, "bridgePriceImpactWarningTitle": { "message": "Price Impact Warning" @@ -1477,7 +1477,7 @@ "message": "You're switching back to a standard account (EOA)." }, "confirmTitleDescDelegationUpgrade": { - "message": "You're switching to a smart account" + "message": "You're switching to a smart account." }, "confirmTitleDescDeployContract": { "message": "This site wants you to deploy a contract" @@ -3389,7 +3389,7 @@ "message": "Learn more" }, "learnMoreUpperCaseWithDot": { - "message": "Learn more." + "message": "Learn more" }, "learnScamRisk": { "message": "scams and security risks." @@ -4153,7 +4153,7 @@ "message": "NFT autodetection enabled" }, "nftDisclaimer": { - "message": "Disclaimer: MetaMask pulls the media file from the source url. This url sometimes gets changed by the marketplace on which the NFT was minted." + "message": "Disclaimer: MetaMask pulls the media file from the source URL. This URL sometimes gets changed by the marketplace on which the NFT was minted." }, "nftEmptyDescription": { "message": "There's a world of NFTs out there. Start your collection today." @@ -4551,7 +4551,7 @@ "description": "$1 is the browser name" }, "onboardingPinExtensionTitle": { - "message": "Installation is complete!" + "message": "Installation is complete" }, "onboardingSignInWith": { "message": "Sign in with $1", @@ -5778,7 +5778,7 @@ "message": "Select Secret Recovery Phrase" }, "selectType": { - "message": "Select Type" + "message": "Select type" }, "selectedAccountMismatch": { "message": "Different account selected" diff --git a/test/e2e/tests/account/account-modal-account-type-change.spec.ts b/test/e2e/tests/account/account-modal-account-type-change.spec.ts index 46e628378545..987ac2705b78 100644 --- a/test/e2e/tests/account/account-modal-account-type-change.spec.ts +++ b/test/e2e/tests/account/account-modal-account-type-change.spec.ts @@ -45,7 +45,7 @@ describe.skip('Switch Modal - Switch Account', function (this: Suite) { const upgradeAndBatchTxConfirmation = new Eip7702AndSendCalls(driver); await upgradeAndBatchTxConfirmation.checkExpectedTxTypeIsDisplayed( - "You're switching to a smart account", + "You're switching to a smart account.", ); await upgradeAndBatchTxConfirmation.checkExpectedInteractingWithIsDisplayed( 'Account 1', diff --git a/ui/components/app/assets/nfts/nft-details/__snapshots__/nft-details.test.js.snap b/ui/components/app/assets/nfts/nft-details/__snapshots__/nft-details.test.js.snap index fd2487afc675..1ef1cab28e0c 100644 --- a/ui/components/app/assets/nfts/nft-details/__snapshots__/nft-details.test.js.snap +++ b/ui/components/app/assets/nfts/nft-details/__snapshots__/nft-details.test.js.snap @@ -181,7 +181,7 @@ exports[`NFT Details should match minimal props and state snapshot 1`] = `
- Disclaimer: MetaMask pulls the media file from the source url. This url sometimes gets changed by the marketplace on which the NFT was minted. + Disclaimer: MetaMask pulls the media file from the source URL. This URL sometimes gets changed by the marketplace on which the NFT was minted.
diff --git a/ui/pages/confirmations/components/confirm/title/title.test.tsx b/ui/pages/confirmations/components/confirm/title/title.test.tsx index b5bda461fc7f..8489558d6d39 100644 --- a/ui/pages/confirmations/components/confirm/title/title.test.tsx +++ b/ui/pages/confirmations/components/confirm/title/title.test.tsx @@ -110,7 +110,7 @@ describe('ConfirmTitle', () => { expect(getByText('Account update')).toBeInTheDocument(); expect( - getByText("You're switching to a smart account"), + getByText("You're switching to a smart account."), ).toBeInTheDocument(); }); diff --git a/ui/pages/onboarding-flow/create-password/__snapshots__/create-password.test.js.snap b/ui/pages/onboarding-flow/create-password/__snapshots__/create-password.test.js.snap index 4b9632d623dd..c90ad55e8cd4 100644 --- a/ui/pages/onboarding-flow/create-password/__snapshots__/create-password.test.js.snap +++ b/ui/pages/onboarding-flow/create-password/__snapshots__/create-password.test.js.snap @@ -146,7 +146,7 @@ exports[`Onboarding Create Password Render should match snapshot 1`] = ` - Learn more. + Learn more