diff --git a/geonode/templates/index.html b/geonode/templates/index.html index c0cb8be..a785da4 100644 --- a/geonode/templates/index.html +++ b/geonode/templates/index.html @@ -89,7 +89,7 @@

{{ facets.map|default:_("No") }}

{{ facets.map|default:_("No") }} - {% blocktrans count counter=facets.map %}Map{% plural %} + {% blocktrans count counter=facets.map %}Docs{% plural %} Maps{% endblocktrans %}

{% trans "Data is available for browsing, aggregating and styling to generate maps which can be saved, downloaded, shared publicly or restricted to specify users only." %}

{% if user.is_authenticated %}