From 136c5b83bd8b779a162391499ea37e340d5547f0 Mon Sep 17 00:00:00 2001 From: Ben Stockermans Date: Tue, 29 Jul 2025 13:24:21 +0100 Subject: [PATCH] Typo fix. --- linkcheck/templates/linkcheck/report.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkcheck/templates/linkcheck/report.html b/linkcheck/templates/linkcheck/report.html index a65d577..1734170 100644 --- a/linkcheck/templates/linkcheck/report.html +++ b/linkcheck/templates/linkcheck/report.html @@ -171,7 +171,7 @@

{{report_type}} in '{{object.obj {% if link.url.redirect_to %} - R{% translate "Redirects to" %}: {{ link.url.redirect_to }} + {% translate "Redirects to" %}: {{ link.url.redirect_to }} {% endif %} {% endfor %}