From 9f3654311c42967f9a6f1effcfcd5b6245aa486f Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 8 Jul 2020 15:38:01 +0200 Subject: [PATCH] fix(console): json missing , (#397) --- console/src/assets/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/src/assets/i18n/en.json b/console/src/assets/i18n/en.json index 3d8cd11e7d..4e95b03a0e 100644 --- a/console/src/assets/i18n/en.json +++ b/console/src/assets/i18n/en.json @@ -230,7 +230,7 @@ }, "DOMAINS": { "TITLE":"Domains", - "DESCRIPTION":"Configure your domains. This domain can be used to login with your users." + "DESCRIPTION":"Configure your domains. This domain can be used to login with your users.", "DELETE": { "TITLE":"Delete domain?", "DESCRIPTION":"You are about to delete one of your domains. Note that your users can no longer use this domain for their logins."