فهرست منبع

Apply `capfirst` to locking `help_text`

Sage Abdullah 2 سال پیش
والد
کامیت
d4e036a67e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      wagtail/admin/templates/wagtailadmin/shared/side_panels/includes/status/locked.html

+ 1 - 1
wagtail/admin/templates/wagtailadmin/shared/side_panels/includes/status/locked.html

@@ -69,7 +69,7 @@
             {% endif %}
         {% endif %}
 
-        {% with icon_name='lock-open' %}
+        {% with icon_name='lock-open' help_text=help_text|capfirst %}
             {{ block.super }}
         {% endwith %}
     {% endif %}