diff options
author | MeIchthys <10717998+meichthys@users.noreply.github.com> | 2022-03-17 11:43:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-17 17:43:10 +0200 |
commit | a7de80db0d69e98b3d5cf9ba0c6d7608365289bc (patch) | |
tree | b4276fdb74f04fee64d7aa10faf2bd0ac34d3a0a /templates | |
parent | cc6ff7425318d859a45282d01a009b6734429fae (diff) | |
download | gitea-a7de80db0d69e98b3d5cf9ba0c6d7608365289bc.tar.gz gitea-a7de80db0d69e98b3d5cf9ba0c6d7608365289bc.zip |
Remove italics for `due_date_not_set` (#19113)
To be more consistent with other `repo.issues.x` formatting, we can remove the italics from `dute_date_not_set`.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/issue/view_content/sidebar.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/view_content/sidebar.tmpl b/templates/repo/issue/view_content/sidebar.tmpl index 65c1cf75e8..aed155fdbf 100644 --- a/templates/repo/issue/view_content/sidebar.tmpl +++ b/templates/repo/issue/view_content/sidebar.tmpl @@ -424,7 +424,7 @@ </div> </p> {{else}} - <p><i>{{.i18n.Tr "repo.issues.due_date_not_set"}}</i></p> + <p>{{.i18n.Tr "repo.issues.due_date_not_set"}}</p> {{end}} {{if and .HasIssuesOrPullsWritePermission (not .Repository.IsArchived)}} |