diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-05-07 10:48:25 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-05-07 10:48:25 +0100 |
commit | a23b6c0c38d283d36ab002e8a8436002282a936a (patch) | |
tree | d183597bc498f3224fba323771ed0618b3f3ff92 | |
parent | 80ad2d4c31075ffc994e8c48ea25e6e3c486c364 (diff) |
Markup new string for translation.
-rw-r--r-- | app/views/request/new_please_describe.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/new_please_describe.html.erb b/app/views/request/new_please_describe.html.erb index 5a67d01f9..8da4eb555 100644 --- a/app/views/request/new_please_describe.html.erb +++ b/app/views/request/new_please_describe.html.erb @@ -1,4 +1,4 @@ -<% @title = "First, did your other requests succeed?" %> +<% @title = _("First, did your other requests succeed?") %> <h1><%=@title%></h1> |