We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e6afa commit 70aae2bCopy full SHA for 70aae2b
weblate/templates/translate.html
@@ -186,9 +186,9 @@ <h4 class="panel-title">
186
</div>
187
<div class="panel-footer">
188
{% if locked %}
189
- <p class="text-danger">{% translate "This translation is currently locked." %}</p>
+ <p>{% translate "This translation is currently locked." %}</p>
190
{% elif not user_can_translate %}
191
- <p class="text-danger">{{ user_can_translate.reason }}</p>
+ <p>{{ user_can_translate.reason }}</p>
192
{% endif %}
193
<div>
194
{% with flag_actions=unit.get_flag_actions %}
0 commit comments