1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
Thomas Huang
4054b1cb84 Increase Token Symbol length to twelve 2018-11-22 12:39:59 -06:00
Whymarrh Whitby
6b32e82ac1 Remove "Beta" from welcome messages
More sed magic:

    sed -i.bak 's/MetaMask Beta/MetaMask/' app/_locales/**/messages.json && \
    find app/_locales -name '*.bak' -delete

    sed -i.bak 's/"welcomeBeta"/"welcome"/' app/_locales/**/messages.json && \
    find app/_locales -name '*.bak' -delete
2018-11-20 14:04:50 -03:30
bitpshr
226601a956 EIP-1102: add user privacy option 2018-11-05 15:07:09 -08:00
kumavis
3e2bf36d59 i18n - update haitian translations (#5565)
* addedd new keys and updated translations to Haitian Creole

* changelog - add entry for hatian creole fix
2018-10-22 21:55:06 +02:00
Whymarrh Whitby
2c5fb11b37 Remove "Copy Contract Address" from token options 2018-10-03 13:49:03 -02:30
kumavis
0df8e40702
i18n - ht - fix json formatting 2018-09-28 02:40:48 -04:00
Farah Brunache
250b4a3e0a fixed quotes in line 749 2018-09-20 13:00:37 -04:00
Farah Brunache
b2a93ba278 fixed some grammatical errors 2018-09-16 12:36:44 -04:00
Farah Brunache
906628e54b added Haitian Creole translations 2018-09-15 18:12:22 -04:00