aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/_locales/en/messages.json2
-rw-r--r--app/_locales/ja/messages.json10
2 files changed, 11 insertions, 1 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json
index 4414e6533..8c28f1c43 100644
--- a/app/_locales/en/messages.json
+++ b/app/_locales/en/messages.json
@@ -1,6 +1,6 @@
{
"appName": {
- "message": "metamask",
+ "message": "MetaMask",
"description": "The name of the application"
},
"appDescription": {
diff --git a/app/_locales/ja/messages.json b/app/_locales/ja/messages.json
new file mode 100644
index 000000000..f15d06ff4
--- /dev/null
+++ b/app/_locales/ja/messages.json
@@ -0,0 +1,10 @@
+{
+ "appName": {
+ "message": "MetaMask",
+ "description": "The name of the application"
+ },
+ "appDescription": {
+ "message": "EthereumのID管理",
+ "description": "The description of the application"
+ }
+}