File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1713,7 +1713,7 @@ pulls.delete.text = Do you really want to delete this pull request? (This will p
17131713
17141714milestones.new = New Milestone
17151715milestones.closed = Closed %s
1716- milestones.updated = Updated
1716+ milestones.update_ago = Updated %s
17171717milestones.no_due_date = No due date
17181718milestones.open = Open
17191719milestones.close = Close
Original file line number Diff line number Diff line change 8888 {{svg "octicon-check" 16 "gt-mr-3"}}
8989 {{LocaleNumber .NumClosedIssues}} {{$.locale.Tr "repo.issues.closed_title"}}
9090 {{if .TotalTrackedTime}}{{svg "octicon-clock"}} {{.TotalTrackedTime|Sec2Time}}{{end}}
91- {{if .UpdatedUnix}}{{svg "octicon-clock"}} {{$.locale.Tr "repo.milestones.updated"}} {{ TimeSinceUnix .UpdatedUnix $.locale}}{{end}}
91+ {{if .UpdatedUnix}}{{svg "octicon-clock"}} {{$.locale.Tr "repo.milestones.update_ago" ( TimeSinceUnix .UpdatedUnix $.locale) | Safe }}{{end}}
9292 </span>
9393 </div>
9494 {{if and (or $.CanWriteIssues $.CanWritePulls) (not $.Repository.IsArchived)}}
You can’t perform that action at this time.
0 commit comments