Skip to content

Commit

Permalink
Remove italics for due_date_not_set (go-gitea#19113)
Browse files Browse the repository at this point in the history
To be more consistent with other `repo.issues.x` formatting, we can remove the italics from `dute_date_not_set`.
  • Loading branch information
meichthys authored and Stelios Malathouras committed Mar 28, 2022
1 parent 3dbc016 commit 989c89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/repo/issue/view_content/sidebar.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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)}}
Expand Down

0 comments on commit 989c89e

Please sign in to comment.