diff options
author | 2018-01-15 09:18:59 +0000 | |
---|---|---|
committer | 2018-01-15 09:18:59 +0000 | |
commit | 4f85bce79e494d67be1472833704baed68cadfc4 (patch) | |
tree | 91adc8d9b805daaf209fcf1ada1a67381355cc38 /moon_gui/static/i18n | |
parent | 3a23f21a16f61a502e86f771b1475300491c6680 (diff) | |
parent | 414a03af7951dc69703d57e43f3f91d2aca0a005 (diff) |
Merge "Fix GUI"
Diffstat (limited to 'moon_gui/static/i18n')
-rwxr-xr-x | moon_gui/static/i18n/en.json | 4 |
1 files changed, 2 insertions, 2 deletions
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":{ |