mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-19 06:45:11 +00:00
Revert "Website Specification Labls should not be capitalised by default (#8798)"
This reverts commit 331566d612.
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
<table class="table borderless" style="width: 100%">
|
||||
{% for d in website_specifications -%}
|
||||
<tr>
|
||||
<td class="text-muted" style="width: 30%;">{{ d.label }}</td>
|
||||
<td class="uppercase text-muted" style="width: 30%;">{{ d.label }}</td>
|
||||
<td>{{ d.description }}</td>
|
||||
</tr>
|
||||
{%- endfor %}
|
||||
|
||||
Reference in New Issue
Block a user