diff --git a/templates/requests.html b/templates/requests.html
index a9017e2f..74ea6416 100644
--- a/templates/requests.html
+++ b/templates/requests.html
@@ -31,7 +31,7 @@
{# Type #}
- {{ result.RequestType.name_display() }}
+ {{ result.RequestType.name_display() | tr }}
{# If the RequestType is a merge and request.MergeBaseName is valid... #}
{% if result.RequestType.ID == 3 and result.MergeBaseName %}
({{ result.MergeBaseName }})
|