diff options
author | David Cabo <david@calibea.com> | 2012-05-26 18:27:01 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2012-05-28 12:56:22 +0200 |
commit | 7c17f63cf98f7f291099e3c16ab4e4076cdac41a (patch) | |
tree | 8ffdeb76df705f7fd0a3f0590e6c60d6af635c45 | |
parent | 8e3e395522433d7b83c522871c9233711c95a9b2 (diff) |
I18n missing string for request rate exceeded page
-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> |