Revert "Website Specification Labls should not be capitalised by default (#8798)"
This reverts commit 331566d61229a0698b7d2daf319e51cbc74fd7e9.
diff --git a/erpnext/templates/generators/item.html b/erpnext/templates/generators/item.html
index de54493..c0399a7 100644
--- a/erpnext/templates/generators/item.html
+++ b/erpnext/templates/generators/item.html
@@ -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 %}