Skip to content

Commit

Permalink
remove "created in" from wagtailadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Dantas Gueiros committed May 9, 2024
1 parent 003c9e5 commit 8547ad8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
{% icon name="media" %}
<a href="{% url 'wagtailvideos:index' %}">
{% blocktrans count counter=total_videos with total_videos|intcomma as total %}
<span>{{ total }}</span> Video <span class="visuallyhidden">created in {{ site_name }}</span>
<span>{{ total }}</span> Video <span class="visuallyhidden" style="display: none;">created in {{ site_name }}</span>
{% plural %}
<span>{{ total }}</span> Videos <span class="visuallyhidden">created in {{ site_name }}</span>
<span>{{ total }}</span> Videos <span class="visuallyhidden" style="display: none;">created in {{ site_name }}</span>
{% endblocktrans %}
</a>
</li>

0 comments on commit 8547ad8

Please sign in to comment.