From d0bc52f2d8d24e3680ae2ab04875dca4d7f6b27a Mon Sep 17 00:00:00 2001 From: amercader Date: Thu, 16 May 2013 18:07:32 +0100 Subject: [PATCH] [#34] Fix typo in warning message --- ckanext/harvest/templates_new/source/admin_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }}