From bae41983d03e9c6629c037798f6b57e802d36faf Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Wed, 4 Sep 2024 13:29:00 -0700 Subject: [PATCH] 17353 make map buttons consistent --- netbox/templates/dcim/device.html | 4 ++-- netbox/templates/dcim/site.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 %}