diff --git a/topologie/templates/topologie/aff_building.html b/topologie/templates/topologie/aff_building.html
index 9885f1c5..5775bb28 100644
--- a/topologie/templates/topologie/aff_building.html
+++ b/topologie/templates/topologie/aff_building.html
@@ -35,13 +35,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% trans "Building" as tr_building %}
{% include 'buttons/sort.html' with prefix='building' col='name' text=tr_building %} |
- {% trans "Access points" %} |
+ {% trans "Access points" %} |
|
{% for building in building_list %}
- {{ building.name }} |
+ {{ building.cached_name }} |
{% for ap in building.all_ap_in %} {{ ap.short_name }} {% endfor %} |
{% can_edit building %}
|