From 48bb5540f36b3951793f75e4acfe45c110fe5d52 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Tue, 12 Nov 2019 09:38:26 +0100 Subject: [PATCH] wcs: rename "Forms in your care" cell to "Forms to process" (#37567) --- combo/apps/wcs/migrations/0017_wcscareformscell.py | 2 +- combo/apps/wcs/models.py | 2 +- combo/apps/wcs/templates/combo/wcs/care_forms.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/combo/apps/wcs/migrations/0017_wcscareformscell.py b/combo/apps/wcs/migrations/0017_wcscareformscell.py index f4e12920..bec79092 100644 --- a/combo/apps/wcs/migrations/0017_wcscareformscell.py +++ b/combo/apps/wcs/migrations/0017_wcscareformscell.py @@ -32,7 +32,7 @@ class Migration(migrations.Migration): ('page', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='data.Page')), ], options={ - 'verbose_name': 'Forms in your care', + 'verbose_name': 'Forms to process', }, bases=(models.Model, combo.apps.wcs.models.WcsBlurpMixin), ), diff --git a/combo/apps/wcs/models.py b/combo/apps/wcs/models.py index 092f34b8..755c9f54 100644 --- a/combo/apps/wcs/models.py +++ b/combo/apps/wcs/models.py @@ -512,7 +512,7 @@ class WcsCareFormsCell(WcsDataBaseCell): cache_duration = 600 class Meta: - verbose_name = _('Forms in your care') + verbose_name = _('Forms to process') @register_cell_class diff --git a/combo/apps/wcs/templates/combo/wcs/care_forms.html b/combo/apps/wcs/templates/combo/wcs/care_forms.html index 78e9fc55..ec8b14ea 100644 --- a/combo/apps/wcs/templates/combo/wcs/care_forms.html +++ b/combo/apps/wcs/templates/combo/wcs/care_forms.html @@ -1,7 +1,7 @@ {% load i18n combo %} {% block cell-content %} {% for slug, forms in care_forms.items %} -

{% trans "Forms in your care" %} - {{ forms.title }}

+

{% trans "Forms to process" %} - {{ forms.title }}

{% if forms.data %}