From 22ea014744d69662fc21ebfdf9763a2f18e8f298 Mon Sep 17 00:00:00 2001 From: Josue Kouka Date: Thu, 7 Jun 2018 13:58:03 +0200 Subject: [PATCH] manager: fix homepage search subscription link label (#24350) --- corbo/templates/corbo/manage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corbo/templates/corbo/manage.html b/corbo/templates/corbo/manage.html index 3929414..3531bd4 100644 --- a/corbo/templates/corbo/manage.html +++ b/corbo/templates/corbo/manage.html @@ -12,7 +12,7 @@ {% endif %} {% trans 'New category' %} -{% trans 'Search subscribers' %} +{% trans 'Search subscriptions' %} {% endblock %} {% block content %}