]> git.ipfire.org Git - dbl.git/commitdiff
reports: Improve wording on opening email
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 10 Mar 2026 15:02:29 +0000 (15:02 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 10 Mar 2026 15:02:29 +0000 (15:02 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/dbl/reports.py

index 474a6d3cfec51b3d4d8da6ece5f24f693c1e2eed..cc5c05318aeb162e02ea769c51b1d0b455d645d9 100644 (file)
@@ -411,7 +411,7 @@ class Report(sqlmodel.SQLModel, database.BackendMixin, table=True):
                        "",
                        _("Thank you for submitting a report to the IPFire DBL service."),
                        "",
-                       _("We have received your report regarding %s and wanted to confirm that it's now in our moderation queue.") % name,
+                       _("We have received your report regarding %s and can confirm that it's now in our moderation queue.") % name,
                        "",
                        _("Our moderation team will carefully review your submission and you'll receive an update via email"
                                " once a decision has been made. Please note that review times may vary depending on the volume of reports we receive."),