Procházet zdrojové kódy

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

Jeremy Stretch před 2 roky
rodič
revize
252bf03525
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>
             <td>{{ object.group_name|placeholder }}</td>
           </tr>
           </tr>
           <tr>
           <tr>
-            <th scope="row"></th>
+            <th scope="row">{% trans "Description" %}</th>
             <td>{{ object.description|markdown|placeholder }}</td>
             <td>{{ object.description|markdown|placeholder }}</td>
           </tr>
           </tr>
           <tr>
           <tr>