summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/lang/en
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/usblockoff/lang/en')
-rw-r--r--modules-available/usblockoff/lang/en/messages.json1
-rw-r--r--modules-available/usblockoff/lang/en/template-tags.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/modules-available/usblockoff/lang/en/messages.json b/modules-available/usblockoff/lang/en/messages.json
index 6873e284..70627a36 100644
--- a/modules-available/usblockoff/lang/en/messages.json
+++ b/modules-available/usblockoff/lang/en/messages.json
@@ -1,6 +1,7 @@
{
"config-deleted": "Configuration successfully deleted.",
"config-saved": "Configuration successfully saved.",
+ "rule-edited": "Rule successfully edited.",
"rule-deleted": "Rule successfully deleted.",
"invalid-rule-id": "Invalid rule ID."
} \ No newline at end of file
diff --git a/modules-available/usblockoff/lang/en/template-tags.json b/modules-available/usblockoff/lang/en/template-tags.json
index 1ddb6334..fd9fb045 100644
--- a/modules-available/usblockoff/lang/en/template-tags.json
+++ b/modules-available/usblockoff/lang/en/template-tags.json
@@ -55,5 +55,6 @@
"lang_editConfig": "Edit Configuration",
"lang_configDesc_helptext": "Description of the configuration.",
"lang_attributes": "Attributes",
- "lang_action": "Action"
+ "lang_action": "Action",
+ "lang_editRule": "Edit rule"
}