diff options
author | delvh <dev.lh@web.de> | 2023-04-12 13:59:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-12 19:59:17 +0800 |
commit | 58b36cc42291e274dbc80d2d617e63119c64542c (patch) | |
tree | 97bada0e711fe1b703b68d83f0c891ca393ada37 /options | |
parent | 50a72e7a83a16d183a264e969a73cdbc7fb808f4 (diff) | |
download | gitea-58b36cc42291e274dbc80d2d617e63119c64542c.tar.gz gitea-58b36cc42291e274dbc80d2d617e63119c64542c.zip |
Add tooltips to `Hide comment type` settings where necessary (#21306)
Previously, this setting was pretty confusing for users, especially the
difference between "reference" and "issue reference".
Related: #21321.
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index cf3208b5bd..b5e1c718ee 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -611,6 +611,9 @@ cancel = Cancel language = Language ui = Theme hidden_comment_types = Hidden comment types +hidden_comment_types_description = Comment types checked here will not be shown inside issue pages. Checking "Label" for example removes all "<user> added/removed <label>" comments. +hidden_comment_types.ref_tooltip = Comments where this issue was referenced from another issue/commit/… +hidden_comment_types.issue_ref_tooltip = Comments where the user changes the branch/tag associated with the issue comment_type_group_reference = Reference comment_type_group_label = Label comment_type_group_milestone = Milestone |