Skip to content

Commit 989c89e

Browse files
meichthysStelios Malathouras
authored and
Stelios Malathouras
committed
Remove italics for due_date_not_set (go-gitea#19113)
To be more consistent with other `repo.issues.x` formatting, we can remove the italics from `dute_date_not_set`.
1 parent 3dbc016 commit 989c89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/view_content/sidebar.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
</div>
425425
</p>
426426
{{else}}
427-
<p><i>{{.i18n.Tr "repo.issues.due_date_not_set"}}</i></p>
427+
<p>{{.i18n.Tr "repo.issues.due_date_not_set"}}</p>
428428
{{end}}
429429

430430
{{if and .HasIssuesOrPullsWritePermission (not .Repository.IsArchived)}}

0 commit comments

Comments
 (0)