From 0b33bbf9654092b14b09d0c396e17aef85cb18c9 Mon Sep 17 00:00:00 2001 From: delvh Date: Tue, 26 Sep 2023 09:44:55 +0200 Subject: [PATCH] Fix incorrect change from #27231 --- templates/projects/new.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/projects/new.tmpl b/templates/projects/new.tmpl index 3618edd41b3f4..711dbe842ac45 100644 --- a/templates/projects/new.tmpl +++ b/templates/projects/new.tmpl @@ -29,7 +29,7 @@
{{ctx.Locale.Tr "repo.projects.template.desc_helper"}}
@@ -43,12 +43,12 @@ {{range $element := .CardTypes}} {{if or (eq $.card_type $element.CardType) (and (not $.PageIsEditProjects) (eq $element.CardType 1))}} -
{{ctx.Locale.Tr ctx.Locale.Translation}}
+
{{ctx.Locale.Tr $element.Translation}}
{{end}} {{end}}