From: Ævar Arnfjörð Bjarmason Date: Fri, 30 Oct 2009 17:28:27 +0000 (+0000) Subject: stop referencing a non-existant translation X-Git-Tag: live~6539 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/501adefb3b6d434824fb3f67c47a6cc271e962cf?ds=sidebyside stop referencing a non-existant translation --- diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb index 45a129077..a0a8fa880 100644 --- a/app/views/user/account.html.erb +++ b/app/views/user/account.html.erb @@ -44,7 +44,7 @@ Your email address will not be revealed by becoming public.
This action cannot be reversed and all new users are now public by default.


- <%= 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 %>