Skip to content

Commit ca81b65

Browse files
6543techknowlogick
andauthored
UI: Inform user what meaning hourglass on reviews has (#12713)
Co-authored-by: techknowlogick <[email protected]>
1 parent e710a34 commit ca81b65

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,7 @@ issues.poster = Poster
10271027
issues.collaborator = Collaborator
10281028
issues.owner = Owner
10291029
issues.re_request_review=Re-request review
1030+
issues.is_stale = There have been changes to this PR since this review
10301031
issues.remove_request_review=Remove review request
10311032
issues.remove_request_review_block=Can't remove review request
10321033
issues.sign_in_require_desc = <a href="%s">Sign in</a> to join this conversation.

templates/repo/issue/view_content/pull.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</div>
2828
<div class="review-item-right">
2929
{{if .Stale}}
30-
<span class="type-icon text grey">
30+
<span class="ui poping up type-icon text grey" data-content="{{$.i18n.Tr "repo.issues.is_stale"}}">
3131
<i class="octicon icon fa-hourglass-end"></i>
3232
</span>
3333
{{end}}

0 commit comments

Comments
 (0)