diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index 38dc0347f..994e6c530 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -64,8 +64,8 @@ {% if object.latitude and object.longitude %} {% if config.MAPS_URL %}
- - {% trans "Map It" %} + + {% trans "Map" %}
{% endif %} diff --git a/netbox/templates/dcim/site.html b/netbox/templates/dcim/site.html index 38b740612..62c7dbf15 100644 --- a/netbox/templates/dcim/site.html +++ b/netbox/templates/dcim/site.html @@ -96,8 +96,8 @@ {% if object.latitude and object.longitude %} {% if config.MAPS_URL %}
- - {% trans "Map It" %} + + {% trans "Map" %}
{% endif %}