diff --git a/ckan/templates/organization/confirm_delete.html b/ckan/templates/organization/confirm_delete.html index c9b15a89d5d..14199d6e06d 100644 --- a/ckan/templates/organization/confirm_delete.html +++ b/ckan/templates/organization/confirm_delete.html @@ -7,9 +7,9 @@ {% block main_content %}
-

{{ _('Are you sure you want to delete group - {name}?').format(name=c.group_dict.name) }}

+

{{ _('Are you sure you want to delete organization - {name}?').format(name=c.group_dict.name) }}

-

+
diff --git a/ckan/templates/organization/snippets/organization_item.html b/ckan/templates/organization/snippets/organization_item.html index 63d45bbae84..55e994c3459 100644 --- a/ckan/templates/organization/snippets/organization_item.html +++ b/ckan/templates/organization/snippets/organization_item.html @@ -25,7 +25,7 @@

{% if organization.description %} -

{{ h.truncate(organization.description, length=80, whole_word=True) }}...

+

{{ h.truncate(organization.description, length=80, whole_word=True) }}

{% else %}

{{ _('This organization has no description') }}

{% endif %}