diff options
author | Simon Rettberg | 2023-08-02 16:50:08 +0200 |
---|---|---|
committer | Simon Rettberg | 2023-08-02 16:50:08 +0200 |
commit | eae4090944fb922d44899913b6d5cdaa97dc1041 (patch) | |
tree | 7bbb14fdbb3b5229e3b1c08d65b13f2c82435f35 /modules-available/eventlog/lang/en | |
parent | [minilinux] Only create new branch if it contains any versions (diff) | |
download | slx-admin-eae4090944fb922d44899913b6d5cdaa97dc1041.tar.gz slx-admin-eae4090944fb922d44899913b6d5cdaa97dc1041.tar.xz slx-admin-eae4090944fb922d44899913b6d5cdaa97dc1041.zip |
[statistics] Add button to copy existing rule
Diffstat (limited to 'modules-available/eventlog/lang/en')
-rw-r--r-- | modules-available/eventlog/lang/en/template-tags.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules-available/eventlog/lang/en/template-tags.json b/modules-available/eventlog/lang/en/template-tags.json index 90425156..55ebda89 100644 --- a/modules-available/eventlog/lang/en/template-tags.json +++ b/modules-available/eventlog/lang/en/template-tags.json @@ -3,6 +3,8 @@ "lang_additionalMailAddresses": "Additional mail addresses", "lang_autoJson": "Full JSON data", "lang_autoJsonHelp": "The field \"POST format\" is ignored. The POST payload is a JSON struct with all available data regarding the according event. \"Subject\" and \"Message\" are ignored as well.", + "lang_copy": "Copy", + "lang_createFilter": "Create filter", "lang_details": "Details", "lang_editFilter": "Edit filter", "lang_editMail": "Edit mail", |