Skip to content

Commit

Permalink
change the message content
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Jan 24, 2024
1 parent e2b048d commit de6a89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/geodatagov/templates/package/read.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h3>{{ _('Collection') }}</h3>
{% snippet "snippets/package_item.html", package=collection_package, truncate=75 %}
</ul>
{% else %}
<p>{{ _('This dataset is part of the a collection.') }}</p>
<p>{{ _('This dataset is part of the a deleted collection.') }}</p>
<p><a href="{{ h.url_for('search', collection_package_id=collection_package_id) }}" class="btn-collection">{{ _('Search other datasets within the same collection') }}</a></p>
{% endif %}
</section>
Expand Down

0 comments on commit de6a89c

Please sign in to comment.