From de6a89c31eab25dfc7095879a6dc17d577a37920 Mon Sep 17 00:00:00 2001 From: Jin-Sun-tts Date: Wed, 24 Jan 2024 12:25:00 -0500 Subject: [PATCH] change the message content --- ckanext/geodatagov/templates/package/read.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/geodatagov/templates/package/read.html b/ckanext/geodatagov/templates/package/read.html index c606fadb..6fd68df5 100644 --- a/ckanext/geodatagov/templates/package/read.html +++ b/ckanext/geodatagov/templates/package/read.html @@ -20,7 +20,7 @@

{{ _('Collection') }}

{% snippet "snippets/package_item.html", package=collection_package, truncate=75 %} {% else %} -

{{ _('This dataset is part of the a collection.') }}

+

{{ _('This dataset is part of the a deleted collection.') }}

{{ _('Search other datasets within the same collection') }}

{% endif %}