Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix casing of some proper nouns in localised messages #5058

Merged
merged 2 commits into from Aug 14, 2018

Conversation

whymarrh
Copy link
Contributor

This PR updates the messages used throughout the app to properly spell MetaMask, Bitcoin, Ethereum, and Litecoin, which are all proper nouns and should be capitalized.¹

¹ Should probably be capitalized

Using the following:

    sed -i.bak s/Metamask/MetaMask/ app/_locales/**/*.json && \
        find app/_locales/ -name '*.bak' -delete
Using the following commands:

    sed -i.bak s/bitcoin/Bitcoin/ app/_locales/**/*.json && \
        find app/_locales/ -name '*.bak' -delete

    sed -i.bak s/ethereum/Ethereum/ app/_locales/**/*.json && \
        find app/_locales/ -name '*.bak' -delete

    sed -i.bak s/litecoin/Litecoin/ app/_locales/**/*.json && \
        find app/_locales/ -name '*.bak' -delete
@whymarrh whymarrh merged commit 742aa8b into MetaMask:develop Aug 14, 2018
@whymarrh whymarrh deleted the fix-words branch August 14, 2018 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants