From 1f89a45926a05cdeb6781da60d52082cacc340e2 Mon Sep 17 00:00:00 2001 From: delvh Date: Tue, 26 Sep 2023 15:10:29 +0200 Subject: [PATCH] Fix incorrect change from #27231 (#27275) --- 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 3618edd41b..711dbe842a 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}}