Skip to content

Commit

Permalink
pkp/pkp-lib#9722 missing locale key for empty categories
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitlinnewson authored and asmecher committed Aug 8, 2024
1 parent 78a714d commit e131ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/frontend/pages/catalogCategory.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<h2>
{translate key="catalog.category.heading"}
</h2>
<p>{translate key="catalog.noTitlesSection"}</p>
<p>{translate key="catalog.noTitles"}</p>

{else}

Expand Down
2 changes: 1 addition & 1 deletion templates/frontend/pages/catalogSeries.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<h2>
{translate key="catalog.category.heading"}
</h2>
<p>{translate key="catalog.noTitlesSection"}</p>
<p>{translate key="catalog.noTitles"}</p>

{else}

Expand Down

0 comments on commit e131ad6

Please sign in to comment.