diff options
-rw-r--r-- | chimere/templates/chimere/blocks/maps.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/templates/chimere/blocks/maps.html b/chimere/templates/chimere/blocks/maps.html index 92bcfdc..1d94092 100644 --- a/chimere/templates/chimere/blocks/maps.html +++ b/chimere/templates/chimere/blocks/maps.html @@ -2,7 +2,7 @@ {% if maps %} <div id='maps-div'> {% if maps|length > 1 %} - <label for='maps-select'>{% trans "Maps:" %}</label> + <label for='maps-select'>{% trans "Maps" %}</label> <select id='maps-select'> {% if not has_default_map %}<option value=''>--</option>{% endif %} {% for map in maps %} |