浏览代码

Fixes #13802: Restore 'description' header text for custom fields

Jeremy Stretch 2 年之前
父节点
当前提交
252bf03525
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      netbox/templates/extras/customfield.html

+ 1 - 1
netbox/templates/extras/customfield.html

@@ -32,7 +32,7 @@
             <td>{{ object.group_name|placeholder }}</td>
           </tr>
           <tr>
-            <th scope="row"></th>
+            <th scope="row">{% trans "Description" %}</th>
             <td>{{ object.description|markdown|placeholder }}</td>
           </tr>
           <tr>