Skip to content

Commit

Permalink
Correct tooltip msg blocked by dependencies (#9211)
Browse files Browse the repository at this point in the history
  • Loading branch information
programkode authored and techknowlogick committed Nov 29, 2019
1 parent d7c1310 commit c9d50bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/repo/issue/view_content/sidebar.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@

{{if .BlockedByDependencies}}
<span class="text" data-tooltip="{{if .Issue.IsPull}}
{{.i18n.Tr "repo.issues.dependency.issue_closing_blockedby"}}
{{else}}
{{.i18n.Tr "repo.issues.dependency.pr_closing_blockedby"}}
{{else}}
{{.i18n.Tr "repo.issues.dependency.issue_closing_blockedby"}}
{{end}}" data-inverted="">
<strong>{{.i18n.Tr "repo.issues.dependency.blocked_by_short"}}</strong>
</span>
Expand Down

0 comments on commit c9d50bc

Please sign in to comment.