From c4ecd4e0f65b3373b0153654feff3695ecb19b14 Mon Sep 17 00:00:00 2001 From: Qian Deng Date: Thu, 20 Dec 2018 15:52:59 +0800 Subject: [PATCH] Fix i18n switch issue (#6579) This issue is caused by error formated json file Signed-off-by: Qian Deng --- src/portal/src/i18n/lang/en-us-lang.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/portal/src/i18n/lang/en-us-lang.json b/src/portal/src/i18n/lang/en-us-lang.json index ffaaaf450..8c4d2eb92 100644 --- a/src/portal/src/i18n/lang/en-us-lang.json +++ b/src/portal/src/i18n/lang/en-us-lang.json @@ -69,7 +69,7 @@ "RULE_USER_EXISTING": "Name is already in use.", "EMPTY": "Name is required", "NONEMPTY": "Can't be empty", - "REPO_TOOLTIP": "Users can not do any operations to the images in this mode.", + "REPO_TOOLTIP": "Users can not do any operations to the images in this mode." }, "PLACEHOLDER": { "CURRENT_PWD": "Enter current password",