Skip to content

Commit

Permalink
Fix translation for back-to-pages-button
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyStk committed Aug 23, 2024
1 parent b13b4b0 commit f6fca4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integreat_cms/cms/templates/pages/page_tree_archived.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1 class="heading">
</h1>
<a href="{% url 'pages' region_slug=request.region.slug language_slug=language.slug %}"
class="font-bold text-sm text-gray-800 flex items-center gap-1 mb-2 hover:underline">
<span><i icon-name="layout" class="align-top h-5"></i> {% translate "Back to page tree" %}</span>
<span><i icon-name="layout" class="align-top h-5"></i> {% translate "Back to pages" %}</span>
</a>
</div>
<div class="flex flex-wrap justify-between gap-4">
Expand Down
7 changes: 3 additions & 4 deletions integreat_cms/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -4708,8 +4708,7 @@ msgstr "Oder auf bestehende Inhalte verlinken"

#: cms/templates/_tinymce_config.html
msgid "Automatically use the title of the linked content for the link"
msgstr ""
"Automatisch den Titel des verlinkten Inhalts als Linktext verwenden"
msgstr "Automatisch den Titel des verlinkten Inhalts als Linktext verwenden"

#: cms/templates/_tinymce_config.html
msgid "Media Library..."
Expand Down Expand Up @@ -7048,8 +7047,8 @@ msgid "Archived Pages"
msgstr "Archivierte Seiten"

#: cms/templates/pages/page_tree_archived.html
msgid "Back to page tree"
msgstr "Zurück zum Seiten-Baum"
msgid "Back to pages"
msgstr "Zurück zu Seiten"

#: cms/templates/pages/page_tree_archived.html
msgid "No archived pages found with these filters."
Expand Down

0 comments on commit f6fca4a

Please sign in to comment.