From 8547ad89aaaa496f32de8b8bde755eafd63c9f20 Mon Sep 17 00:00:00 2001 From: Lucas Dantas Gueiros Date: Thu, 9 May 2024 15:23:47 -0300 Subject: [PATCH] remove "created in" from wagtailadmin --- .../templates/wagtailvideos/homepage/videos_summary.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wagtailvideos/templates/wagtailvideos/homepage/videos_summary.html b/wagtailvideos/templates/wagtailvideos/homepage/videos_summary.html index d8cb599..74016e2 100644 --- a/wagtailvideos/templates/wagtailvideos/homepage/videos_summary.html +++ b/wagtailvideos/templates/wagtailvideos/homepage/videos_summary.html @@ -4,9 +4,9 @@ {% icon name="media" %} {% blocktrans count counter=total_videos with total_videos|intcomma as total %} - {{ total }} Video created in {{ site_name }} + {{ total }} Video {% plural %} - {{ total }} Videos created in {{ site_name }} + {{ total }} Videos {% endblocktrans %}