From 501adefb3b6d434824fb3f67c47a6cc271e962cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 30 Oct 2009 17:28:27 +0000 Subject: [PATCH] stop referencing a non-existant translation --- app/views/user/account.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>

-- 2.43.2