]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/confirm.rhtml
Fixup links to changeset lists.
[rails.git] / app / views / user / confirm.rhtml
index 5577b7068889c6c2694644ed477bbea77cf21fd7..5a4106ee395d441efd59b6463f30d9e40a6e42ea 100644 (file)
@@ -1,10 +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>
+<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>