Correct tooltip msg blocked by dependencies (#9211)
This commit is contained in:
parent
d7c1310353
commit
c9d50bcab5
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue