wcs: rename "Forms in your care" cell to "Forms to process" (#37567)

This commit is contained in:
Thomas NOËL 2019-11-12 09:38:26 +01:00 committed by Frédéric Péters
parent e14dcc0e72
commit 48bb5540f3
3 changed files with 3 additions and 3 deletions

View File

@ -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),
),

View File

@ -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

View File

@ -1,7 +1,7 @@
{% load i18n combo %}
{% block cell-content %}
{% for slug, forms in care_forms.items %}
<h2>{% trans "Forms in your care" %} - {{ forms.title }}</h2>
<h2>{% trans "Forms to process" %} - {{ forms.title }}</h2>
{% if forms.data %}
<table id="listing" class="main">
<thead>