Skip to content

Commit 70aae2b

Browse files
slorianijel
authored andcommitted
feat(ui): don't style "sign in" and "lock" messages like errors
1 parent b1e6afa commit 70aae2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

weblate/templates/translate.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ <h4 class="panel-title">
186186
</div>
187187
<div class="panel-footer">
188188
{% if locked %}
189-
<p class="text-danger">{% translate "This translation is currently locked." %}</p>
189+
<p>{% translate "This translation is currently locked." %}</p>
190190
{% elif not user_can_translate %}
191-
<p class="text-danger">{{ user_can_translate.reason }}</p>
191+
<p>{{ user_can_translate.reason }}</p>
192192
{% endif %}
193193
<div>
194194
{% with flag_actions=unit.get_flag_actions %}

0 commit comments

Comments
 (0)