aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/locales/ja
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2020-06-05 14:34:49 +0200
committerSimon Rozman <simon@rozman.si>2020-06-05 14:34:49 +0200
commit00b5bd8d6af9ef6b8f0c9fc62881cc8b1fa8ebc7 (patch)
tree8320564083aab6f99cf638af79e3aedf10bd3fdb /locales/ja
parentfirewall: remove unused ExemptBuiltinAdministrators (diff)
downloadwireguard-windows-00b5bd8d6af9ef6b8f0c9fc62881cc8b1fa8ebc7.tar.xz
wireguard-windows-00b5bd8d6af9ef6b8f0c9fc62881cc8b1fa8ebc7.zip
conf: fix typo in error message
Reported-by: KolinPower@Crowdin Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'locales/ja')
-rw-r--r--locales/ja/messages.gotext.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/locales/ja/messages.gotext.json b/locales/ja/messages.gotext.json
index a2a50605..52aacbfe 100644
--- a/locales/ja/messages.gotext.json
+++ b/locales/ja/messages.gotext.json
@@ -398,9 +398,9 @@
"translation": "行がセクション内にありません"
},
{
- "id": "Invalid config key is missing an equals separator",
- "message": "Invalid config key is missing an equals separator",
- "translation": "イコール(=)が無いためキー項目として不正です"
+ "id": "Config key is missing an equals separator",
+ "message": "Config key is missing an equals separator",
+ "translation": ""
},
{
"id": "Key must have a value",