diff --git a/ckanext/harvest/templates_new/source/admin_base.html b/ckanext/harvest/templates_new/source/admin_base.html index 956e993..9d689f6 100644 --- a/ckanext/harvest/templates_new/source/admin_base.html +++ b/ckanext/harvest/templates_new/source/admin_base.html @@ -19,7 +19,7 @@ {% 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?')}) %}
  • {{ _('Clear') }}