Fixing translations for 'Title' in listing templates (#8218)

Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
pull/8222/head
Stephanie Smith 2022-03-26 09:44:59 -07:00 zatwierdzone przez GitHub
rodzic ca4ccdbf17
commit e726c5004f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -574,6 +574,7 @@ Contributors
* Mariusz Felisiak
* Dharmik Gangani
* Kyle Hart
* Stephanie Cheng Smith
Translators
===========

Wyświetl plik

@ -8,7 +8,7 @@
{% block pre_parent_page_headers %}
<tr class="table-headers">
<th class="title">Title</th>
<th class="title">{% trans 'Title' %}</th>
{% if show_parent %}
<th class="parent">{% trans 'Parent' %}</th>
{% endif %}

Wyświetl plik

@ -8,7 +8,7 @@
{% block pre_parent_page_headers %}
<tr class="table-headers">
<th class="title">Title</th>
<th class="title">{% trans 'Title' %}</th>
{% if show_parent %}
<th class="parent">{% trans 'Parent' %}</th>
{% endif %}