summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/create.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/issue/create.tmpl')
-rw-r--r--templates/repo/issue/create.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/create.tmpl b/templates/repo/issue/create.tmpl
index 9b5468397d..a2471a0638 100644
--- a/templates/repo/issue/create.tmpl
+++ b/templates/repo/issue/create.tmpl
@@ -71,7 +71,7 @@
{{range .ClosedMilestones}}
<li class="milestone-item" data-id="{{.Id}}">
<p><strong>{{.Name}}</strong></p>
- <p>Closed {{TimeSince .ClosedDate}}</p>
+ <p>Closed {{TimeSince .ClosedDate $.Lang}}</p>
</li>
{{end}}
</ul>