浏览代码

16110 fix typo

Arthur 2 年之前
父节点
当前提交
5be14b0ee2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      netbox/templates/core/system.html

+ 1 - 1
netbox/templates/core/system.html

@@ -40,7 +40,7 @@
             <td>{{ stats.django_version }}</td>
           </tr>
           <tr>
-            <th scope="row">{% trans "PotsgreSQL version" %}</th>
+            <th scope="row">{% trans "PostgreSQL version" %}</th>
             <td>{{ stats.postgresql_version }}</td>
           </tr>
           <tr>