[#34] Fix typo in warning message

This commit is contained in:
amercader 2013-05-16 18:07:32 +01:00
parent b9e2613458
commit d0bc52f2d8
1 changed files with 1 additions and 1 deletions

View File

@ -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') }}