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}}