]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/confirm_email.rhtml
Add the ago translation in the user account view that was missed.
[rails.git] / app / views / user / confirm_email.rhtml
index 785297ec6a5a589dcb52f0c5b619473bf880d511..154dbb7c278f225ce37b30218401461b725ed85e 100644 (file)
@@ -1,8 +1,8 @@
-<h1>Confirm a change of email address</h1>
+<h1><%= t 'user.confirm email.heading' %></h1>
 
-<p>Press the confirm button below to confirm your new email address.</p>
+<p><%= t 'user.confirm email. 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 email.button' %>">
 </form>