[#34] Fix typo in warning message
This commit is contained in:
parent
b9e2613458
commit
d0bc52f2d8
|
@ -19,7 +19,7 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% set locale = h.dump_json({'content': _('Warning: This will remove all datasets for this source, as well all previous job reports. Are you sure you want to continue?')}) %}
|
{% set locale = h.dump_json({'content': _('Warning: This will remove all datasets for this source, as well as all previous job reports. Are you sure you want to continue?')}) %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ h.url_for('harvest_clear', id=source.id) }}" class="btn" data-module="confirm-action" data-module-i18n="{{ locale }}">
|
<a href="{{ h.url_for('harvest_clear', id=source.id) }}" class="btn" data-module="confirm-action" data-module-i18n="{{ locale }}">
|
||||||
{{ _('Clear') }}
|
{{ _('Clear') }}
|
||||||
|
|
Loading…
Reference in New Issue