diff --git a/templates/repo/issue/comment_tab.tmpl b/templates/repo/issue/comment_tab.tmpl index 5ffe1e045..d2880febd 100644 --- a/templates/repo/issue/comment_tab.tmpl +++ b/templates/repo/issue/comment_tab.tmpl @@ -4,7 +4,7 @@ {{.i18n.Tr "repo.release.preview"}}
- +
{{.i18n.Tr "repo.release.loading"}} diff --git a/templates/repo/issue/view_content.tmpl b/templates/repo/issue/view_content.tmpl index f838072c7..56519e786 100644 --- a/templates/repo/issue/view_content.tmpl +++ b/templates/repo/issue/view_content.tmpl @@ -206,16 +206,16 @@
{{if and .IsIssueOwner (not .DisableStatusChange)}} {{if .Issue.IsClosed}} -
+
{{.i18n.Tr "repo.issues.reopen_issue"}}
{{else}} -
+
{{.i18n.Tr "repo.issues.close_issue"}}
{{end}} {{end}} -