MetaMask / metamask-mobile

Mobile web browser providing access to websites that use the Ethereum blockchain
https://metamask.io
Other
2.16k stars 1.11k forks source link

Update content to use sentence casing #4694

Open georgewrmarshall opened 2 years ago

georgewrmarshall commented 2 years ago

Description

Currently, we are inconsistent with our content casing conventions across the app.

This is a problem because although subtle it causes inconsistencies across our app and impacts our brand, accessibility and the message we convey to our users.

In order to solve this problem, all content should use sentence casing unless it falls into the valid exceptions. For a more comprehensive description see the PR for the same issue in extension

Exceptions to sentence case

Names, companies, abbreviations or nouns

e.g. “MetaMask”, “OpenSea”, “Google Chrome”, “Ledger Live”, “NFT”, “API”

Special terms

e.g. “Secret Recovery Phrase”, "Private Key" "Secret Recovery Phrase' and "Private Key" an extremely important concepts that are critical to preventing users losing their funds. To convey the importance of these terms, they use title case.

Page navigation

When referring to the navigation route in the app we quote the page as its title appears e.g.

"You can enable Ledger Live support by clicking Settings > Advanced > Use Ledger Live.” "Go to Settings > Advanced” “Go to Settings > Network and enter the chain ID. You can find the chain IDs of most popular networks on $1”

Technical Details

Acceptance Criteria

References

cortisiko commented 2 years ago

@Cal-L @jpcloureiro can one of you take this issue please? Thanks!