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
1713
1713
1714
1714
milestones.new = New Milestone
1715
1715
milestones.closed = Closed %s
1716
- milestones.updated = Updated
1716
+ milestones.update_ago = Updated %s
1717
1717
milestones.no_due_date = No due date
1718
1718
milestones.open = Open
1719
1719
milestones.close = Close
Original file line number Diff line number Diff line change 88
88
{{svg "octicon-check" 16 "gt-mr-3"}}
89
89
{{LocaleNumber .NumClosedIssues}} {{$.locale.Tr "repo.issues.closed_title"}}
90
90
{{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}}
92
92
</span>
93
93
</div>
94
94
{{if and (or $.CanWriteIssues $.CanWritePulls) (not $.Repository.IsArchived)}}
You can’t perform that action at this time.
0 commit comments