diff --git a/ckan/templates/ajax_snippets/api_info.html b/ckan/templates/ajax_snippets/api_info.html index 4ce9fa54150..e0fd07c45ea 100644 --- a/ckan/templates/ajax_snippets/api_info.html +++ b/ckan/templates/ajax_snippets/api_info.html @@ -34,7 +34,7 @@

-

{{ _('The Data API can be accessed via the following actions of the CKAN action API.')

+

{{ _('The Data API can be accessed via the following actions of the CKAN action API.') }}

@@ -72,7 +72,7 @@

{{ datastore_root_url }}/datastore_search?resource_id={{resource_id}}&limit=5

- {{ _('Query example (results containing 'jones')') }} + {{ _('Query example (results containing \'jones\')') }}

{{ datastore_root_url }}/datastore_search?resource_id={{resource_id}}&q=jones