From 414a03af7951dc69703d57e43f3f91d2aca0a005 Mon Sep 17 00:00:00 2001 From: Gourdin Jonathan Date: Fri, 12 Jan 2018 11:35:19 +0100 Subject: Fix GUI Change-Id: I909038e8d00c97b9e19c97b13836407649b5dc96 --- moon_gui/static/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'moon_gui/static/i18n') diff --git a/moon_gui/static/i18n/en.json b/moon_gui/static/i18n/en.json index dd54e112..4dc7cea5 100755 --- a/moon_gui/static/i18n/en.json +++ b/moon_gui/static/i18n/en.json @@ -387,7 +387,7 @@ "success": "Rules `{{rulesName}}` successfully deleted" }, "add": { - "title": "Add a Rules", + "title": "Add a Rule", "policies": "Select a policy", "instructions": "Instruction", "metarules" : "Select one of the associated MetaRules", @@ -420,7 +420,7 @@ "required": "{{number}} Object(s) are required" }, "action":{ - "required": "{{number}} a(s) are required" + "required": "{{number}} Action(s) are required" } }, "create":{ -- cgit