]> git.openstreetmap.org Git - rails.git/commitdiff
stop referencing a non-existant translation
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 30 Oct 2009 17:28:27 +0000 (17:28 +0000)
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 30 Oct 2009 17:28:27 +0000 (17:28 +0000)
app/views/user/account.html.erb

index 45a129077563145ca47ed20e7c2542be4f54b0a9..a0a8fa880132bb69899580f540e7e946e80a6e28 100644 (file)
@@ -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/>