diff --git a/pt.json b/pt.json
index 9c26bf2d2..fd517b592 100644
--- a/pt.json
+++ b/pt.json
@@ -58,7 +58,7 @@
],
"description": "{{ tagTrans('route', tags.route) }}",
"body": [
- "
Stops
",
+ "{{ repoTrans('category:pt:stops') }}
",
"{% for member in members %}",
"{% if member.tags.highway == 'bus_stop' or member.tags.amenity == 'bus_station' or member.tags.amenity == 'ferry_terminal' or member.tags.railway == 'tram_stop' or member.tags.railway == 'halt' or member.tags.railway == 'station' or member.tags.aerialway == 'station' or member.tags.public_transport == 'stop_position' or member.role|slice(-4) == 'stop' %}",
"- {% if member.tags %}{{ member.tags.name|default(trans('unknown')) }}{% else %}{{ trans('loading') }}{% endif %}
",
@@ -123,7 +123,7 @@
],
"title": "{% if isStop %}{{ tags.name|default(stopName)|default(id) }}{% endif %}",
"body": [
- "Routes
",
+ "{{ repoTrans('category:pt:routes') }}
",
"",
"{% for master in masters %}",
" {% if master.tags.public_transport != 'stop_area' %}",