]> git.ipfire.org Git - suricata-reporter.git/commitdiff
reporter: Fix typo in email
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Sep 2025 13:01:16 +0000 (13:01 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Sep 2025 13:01:16 +0000 (13:01 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
po/de_DE.po
po/suricata-reporter.pot
src/suricata-reporter.in

index 36867467aff9788017d57c2467689bc20d4341a8..2c40957ea018215e6584f063faff1e9336635528 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-31 15:08+0000\n"
+"POT-Creation-Date: 2025-09-03 13:00+0000\n"
 "PO-Revision-Date: 2025-08-31 15:08+0000\n"
 "Last-Translator: Michael Tremer <michael.tremer@ipfire.org>\n"
 "Language: \n"
@@ -96,7 +96,7 @@ msgstr "IPFire Einbruchsabwehrsystem <%s>"
 msgid "[ALERT]"
 msgstr "[ALARM]"
 
-msgid "The IPFire Intrusion Preventsion System has raised the following alert:"
+msgid "The IPFire Intrusion Prevention System has raised the following alert:"
 msgstr "Das IPFire Einbruchsabwehrsystem hat folgenden Alarm gemeldet:"
 
 msgid "Category"
index 3b9cf7aa1cfaae1838362dfb9bd2dfac5f19ebb8..421c85fc93d9eb46fb96ab85283eae5ad09c383f 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-08-31 15:08+0000\n"
+"POT-Creation-Date: 2025-09-03 13:00+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -98,7 +98,7 @@ msgstr ""
 msgid "[ALERT]"
 msgstr ""
 
-msgid "The IPFire Intrusion Preventsion System has raised the following alert:"
+msgid "The IPFire Intrusion Prevention System has raised the following alert:"
 msgstr ""
 
 msgid "Category"
index b1ed4db98a7818ea0777dc2be2de45a2c88753e9..c6b91bccd0c6db293ec41cfb55fb8544b773b5c3 100644 (file)
@@ -429,7 +429,7 @@ class Worker(threading.Thread):
                content = [
                        _("To whom it may concern,"),
                        "",
-                       _("The IPFire Intrusion Preventsion System has raised the following alert:"),
+                       _("The IPFire Intrusion Prevention System has raised the following alert:"),
                        "",
                        "       %-20s : %s" % (_("Signature"), event.alert_signature),
                        "       %-20s : %s" % (_("Category"), event.alert_category),