diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/user/rate_limited.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/rate_limited.rhtml b/app/views/user/rate_limited.rhtml index 2a770d62e..d5accf114 100644 --- a/app/views/user/rate_limited.rhtml +++ b/app/views/user/rate_limited.rhtml @@ -1,4 +1,4 @@ -<% @title = "Too many requests" %> +<% @title = _("Too many requests") %> <h1><%=@title%></h1> |