Skip to content

Commit 52b334a

Browse files
committed
fix variable
1 parent 82985e0 commit 52b334a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

templates/user/settings/account.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<div class="ui red message">
138138
<p class="text left">{{svg "octicon-alert"}} {{.locale.Tr "settings.delete_prompt" | Str2html}}</p>
139139
{{if .UserDeleteWithComments}}
140-
<p class="text left gt-font-bold">{{.locale.Tr "settings.delete_with_all_comments" .UserDeleteWithCommentsMaxTime | Str2html}}</p>
140+
<p class="text left gt-font-semibold">{{.locale.Tr "settings.delete_with_all_comments" .UserDeleteWithCommentsMaxTime | Str2html}}</p>
141141
{{end}}
142142
</div>
143143
<form class="ui form ignore-dirty" id="delete-form" action="{{AppSubUrl}}/user/settings/account/delete" method="post">

web_src/css/helpers.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ Gitea's private styles use `g-` prefix.
8888
.gt-font-normal { font-weight: var(--font-weight-normal) !important };
8989
.gt-font-medium { font-weight: var(--font-weight-medium) !important };
9090
.gt-font-semibold { font-weight: var(--font-weight-semibold) !important };
91-
.gt-font-bold { font-weight: var(--font-weight-bold) !important };
9291

9392
.gt-rounded { border-radius: var(--border-radius) !important; }
9493
.gt-rounded-top { border-radius: var(--border-radius) var(--border-radius) 0 0 !important; }

0 commit comments

Comments
 (0)