Browse Source

Correct tooltip msg blocked by dependencies (#9211)

tags/v1.11.0-rc1
programkode 4 years ago
parent
commit
c9d50bcab5
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      templates/repo/issue/view_content/sidebar.tmpl

+ 2
- 2
templates/repo/issue/view_content/sidebar.tmpl View File

@@ -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…
Cancel
Save