File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ const (
112112 CommentTypePRScheduledToAutoMerge // 34 pr was scheduled to auto merge when checks succeed
113113 CommentTypePRUnScheduledToAutoMerge // 35 pr was un scheduled to auto merge when checks succeed
114114
115- CommentTypePin // 36 pin Issue
116- CommentTypeUnpin // 37 unpin Issue
115+ CommentTypePin // 36 pin Issue/PullRequest
116+ CommentTypeUnpin // 37 unpin Issue/PullRequest
117117
118118 CommentTypeChangeTimeEstimate // 38 Change time estimate
119119)
Original file line number Diff line number Diff line change @@ -1652,7 +1652,7 @@ issues.attachment.open_tab = `Click to see "%s" in a new tab`
16521652issues.attachment.download = `Click to download "%s"`
16531653issues.subscribe = Subscribe
16541654issues.unsubscribe = Unsubscribe
1655- issues.unpin_issue = Unpin Issue
1655+ issues.unpin = Unpin
16561656issues.max_pinned = "You can' t pin more issues"
16571657issues.pin_comment = " pinned this %s"
16581658issues.unpin_comment = " unpinned this %s"
Original file line number Diff line number Diff line change 1616 </div>
1717 <a class="issue-card-title muted issue-title tw-break-anywhere" href="{{.Link}}">{{.Title | ctx.RenderUtils.RenderIssueSimpleTitle}}</a>
1818 {{if and $.isPinnedIssueCard $.Page.IsRepoAdmin}}
19- <a role="button" class="issue-card-unpin muted tw-flex tw-items-center" data-tooltip-content={{ctx.Locale.Tr "repo.issues.unpin_issue "}} data-issue-id="{{.ID}}" data-unpin-url="{{$.Page.Link}}/unpin/{{.Index}}">
19+ <a role="button" class="issue-card-unpin muted tw-flex tw-items-center" data-tooltip-content={{ctx.Locale.Tr "repo.issues.unpin "}} data-issue-id="{{.ID}}" data-unpin-url="{{$.Page.Link}}/unpin/{{.Index}}">
2020 {{svg "octicon-x" 16}}
2121 </a>
2222 {{end}}
You can’t perform that action at this time.
0 commit comments