]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/confirm_email.rhtml
Add a title to the changeset lists. Closes #1938.
[rails.git] / app / views / user / confirm_email.rhtml
index 4be2b19bab8c52209b002be7fd64a2128b2d8b75..b9bd97fcd7e94491ec8a6804f385a444e8020efc 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="Confirm">
+<input type="submit" name="confirm_action" value="<%= t 'user.confirm_email.button' %>">
 </form>