From a4014b9e776a134beb34723fd8a2fed8462104f3 Mon Sep 17 00:00:00 2001 From: ch <1938389+netravnen@users.noreply.github.com> Date: Sat, 30 Sep 2023 05:49:36 +0200 Subject: [PATCH] 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 --- peeringdb_server/templates/site/view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peeringdb_server/templates/site/view.html b/peeringdb_server/templates/site/view.html index 25baf972..7a9d2b84 100644 --- a/peeringdb_server/templates/site/view.html +++ b/peeringdb_server/templates/site/view.html @@ -369,12 +369,12 @@ {{ row.value.latitude }}, {{ row.value.longitude }} {% else %}
- {% 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."%}
{% endif %}