]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/account.html.erb
stop referencing a non-existant translation
[rails.git] / app / views / user / account.html.erb
index 15a8f6827054cd2d50a4cbf371a578ac10264c26..a0a8fa880132bb69899580f540e7e946e80a6e28 100644 (file)
@@ -29,7 +29,7 @@
   <div id="map" style="border:1px solid black; position:relative; width:500px; height:400px;"></div>
   </td></tr>
   
-  <tr><td></td><td align=right><br/></br><%= submit_tag t('user.account.save changes button') %></td></tr>
+  <tr><td></td><td align=right><br/><%= submit_tag t('user.account.save changes button') %></td></tr>
 </table>
 <br/>
 
@@ -44,7 +44,7 @@
   Your email address will not be revealed by becoming public.<br />
   This action cannot be reversed and all new users are now public by default.<br />
   <br /><br />
-  <%= button_to t('user.account.make all my edits public button'), :action => :go_public %>
+  <%= button_to t('user.account.make edits public button'), :action => :go_public %>
 <% end %>
 <br/>
 <br/>