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 %}