소스 검색

docs/templates: Fix "In Development" title in template code

Jan Holthuis 5 년 전
부모
커밋
be4a177996
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/templates.rst

+ 1 - 1
docs/templates.rst

@@ -72,7 +72,7 @@ List releases and development versions separately
       <li><a href="{{ item.url }}">{{ item.name }}</a></li>
       {%- endfor %}
     </ul>
-    <h3>{{ _('Tags') }}</h3>
+    <h3>{{ _('In Development') }}</h3>
     <ul>
       {%- for item in versions.in_development %}
       <li><a href="{{ item.url }}">{{ item.name }}</a></li>