Template: Update typo in geocode string ('not be') (#1448)

Correct typo - PEERINGDB-202309AMLNQ1

FROM:
Geocode data for this entity could not obtained at this point

TO:
Geocode data for this entity could not be obtained at this point
This commit is contained in:
ch
2023-09-30 05:49:36 +02:00
committed by GitHub
parent 39d382995a
commit a4014b9e77
+2 -2
View File
@@ -369,12 +369,12 @@
<a href="https://maps.google.com/?q={{ row.value.latitude|stringformat:"f" }},{{ row.value.longitude|stringformat:"f" }}">{{ row.value.latitude }}, {{ row.value.longitude }}</a>
</span>
<div id="geocode_inactive" class="note inactive hidden">
{% trans "Geocode data for this entity could not obtained at this point. This is done automatically upon address field changes."%}
{% trans "Geocode data for this entity could not be obtained at this point. This is done automatically upon address field changes."%}
</div>
{% else %}
<span id="geocode_active"></span>
<div id="geocode_inactive" class="note inactive">
{% trans "Geocode data for this entity could not obtained at this point. This is done automatically upon address field changes."%}
{% trans "Geocode data for this entity could not be obtained at this point. This is done automatically upon address field changes."%}
</div>
{% endif %}
</div>