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 }}
- {% 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."%}
{% 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 %}