From: Michael Tremer Date: Tue, 10 Mar 2026 15:02:29 +0000 (+0000) Subject: reports: Improve wording on opening email X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3e75e57156dd67289081309c00405a62e06d616;p=dbl.git reports: Improve wording on opening email Signed-off-by: Michael Tremer --- diff --git a/src/dbl/reports.py b/src/dbl/reports.py index 474a6d3..cc5c053 100644 --- a/src/dbl/reports.py +++ b/src/dbl/reports.py @@ -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."),