Skip to content

Commit

Permalink
minor tweak on translation
Browse files Browse the repository at this point in the history
  • Loading branch information
mein Name authored and alphatownsman committed Jan 15, 2025
1 parent d54c1dd commit 77e1cd6
Show file tree
Hide file tree
Showing 5 changed files with 978 additions and 970 deletions.
2 changes: 1 addition & 1 deletion catalog/templates/_item_comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% if item.class_name == "tvseason" and not request.GET.last %}
{% if item.all_episodes %}
<div class="season-picker">
<span class="season-number"><a class="current">{% trans "season" %}</a></span>
<span class="season-number"><a class="current">{% trans "this season" %}</a></span>
{% for ep in item.all_episodes %}
<span class="season-number" id="ci_{{ ep.uuid }}">
<a hx-swap="innerHTML"
Expand Down
2 changes: 1 addition & 1 deletion catalog/templates/_item_comments_by_episode.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<span class="season-number">
<a hx-swap="innerHTML"
hx-get="{% url "catalog:comments" item.url_path item.uuid %}"
hx-target="#comments">{% trans "season" %}</a>
hx-target="#comments">{% trans "this season" %}</a>
</span>
{% for ep in item.all_episodes %}
<span class="season-number" id="ci_{{ ep.uuid }}">
Expand Down
Loading

0 comments on commit 77e1cd6

Please sign in to comment.