From bb7e99ad405a574edd001254b57cd2f37fd5eaac Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sun, 21 Jun 2026 18:10:16 -0500 Subject: [PATCH] fix: backlinks template pluralization --- templates/repo/wiki/backlinks.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/wiki/backlinks.tmpl b/templates/repo/wiki/backlinks.tmpl index 14c5e59e91..6062fa412f 100644 --- a/templates/repo/wiki/backlinks.tmpl +++ b/templates/repo/wiki/backlinks.tmpl @@ -27,7 +27,7 @@ {{end}} -

{{.BacklinkCount}} {{if eq .BacklinkCount 1}}page links{{else}}pages link{{end}} here.

+

{{.BacklinkCount}} {{if eq .BacklinkCount 1}}page{{else}}pages{{end}} linking here.

{{else}}