diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index abb98c608ee05..27c6e084809b6 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1510,6 +1510,7 @@ issues.label_archive_tooltip= Archived labels are excluded from the label search issues.label_exclusive_desc = Name the label scope/item to make it mutually exclusive with other scope/ labels. issues.label_exclusive_warning = Any conflicting scoped labels will be removed when editing the labels of an issue or pull request. issues.label_count = %d labels +issues.show_archived_labels = Show archived labels issues.label_open_issues = %d open issues/pull requests issues.label_edit = Edit issues.label_delete = Delete diff --git a/templates/repo/issue/labels/label_list.tmpl b/templates/repo/issue/labels/label_list.tmpl index c15833d952d9a..9c815801616e8 100644 --- a/templates/repo/issue/labels/label_list.tmpl +++ b/templates/repo/issue/labels/label_list.tmpl @@ -1,6 +1,14 @@ -

- {{.locale.Tr "repo.issues.label_count" .NumLabels}} -
+

+ {{.locale.Tr "repo.issues.label_count" .NumLabels}} + + +