]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/confirm.rhtml
Set the OpenLayers locale when creating a map.
[rails.git] / app / views / user / confirm.rhtml
index ea2aab814a57efe5f1d05abd188bc9bad36ce57f..5a4106ee395d441efd59b6463f30d9e40a6e42ea 100644 (file)
@@ -1,12 +1,10 @@
-<h1>Confirm a user account</h1>
+<h1><%= t 'user.confirm.heading' %></h1>
 
-<p>Press the confirm button below to activate your account.</p>
-
-<!-- FIXME this is deeply fucked up that the confirmation page should then get you to add a button -->
+<p><%= t 'user.confirm.press confirm button' %></p>
 
 <form method="post">
 <input type="hidden" name="confirm_string" value="<%= params[:confirm_string] %>">
-<input type="submit" name="confirm_action" value="Confrm">
+<input type="submit" name="confirm_action" value="<%= t 'user.confirm.button' %>">
 </form>