diff options
init commit
Diffstat (limited to 'app/_locales')
-rw-r--r-- | app/_locales/en/messages.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json new file mode 100644 index 000000000..4414e6533 --- /dev/null +++ b/app/_locales/en/messages.json @@ -0,0 +1,10 @@ +{ + "appName": { + "message": "metamask", + "description": "The name of the application" + }, + "appDescription": { + "message": "Ethereum Identity Management", + "description": "The description of the application" + } +} |