File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ const (
112
112
CommentTypePRScheduledToAutoMerge // 34 pr was scheduled to auto merge when checks succeed
113
113
CommentTypePRUnScheduledToAutoMerge // 35 pr was un scheduled to auto merge when checks succeed
114
114
115
- CommentTypePin // 36 pin Issue
116
- CommentTypeUnpin // 37 unpin Issue
115
+ CommentTypePin // 36 pin Issue/PullRequest
116
+ CommentTypeUnpin // 37 unpin Issue/PullRequest
117
117
118
118
CommentTypeChangeTimeEstimate // 38 Change time estimate
119
119
)
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`
1652
1652
issues.attachment.download = `Click to download "%s"`
1653
1653
issues.subscribe = Subscribe
1654
1654
issues.unsubscribe = Unsubscribe
1655
- issues.unpin_issue = Unpin Issue
1655
+ issues.unpin = Unpin
1656
1656
issues.max_pinned = "You can' t pin more issues"
1657
1657
issues.pin_comment = " pinned this %s"
1658
1658
issues.unpin_comment = " unpinned this %s"
Original file line number Diff line number Diff line change 16
16
</div>
17
17
<a class="issue-card-title muted issue-title tw-break-anywhere" href="{{.Link}}">{{.Title | ctx.RenderUtils.RenderIssueSimpleTitle}}</a>
18
18
{{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}}">
20
20
{{svg "octicon-x" 16}}
21
21
</a>
22
22
{{end}}
You can’t perform that action at this time.
0 commit comments