From 27ccae61e8d9202975bdf2f16bfd2e5626cfe36b Mon Sep 17 00:00:00 2001 From: ioBridge Date: Wed, 25 May 2011 16:54:38 -0400 Subject: [PATCH] fix account update text --- app/views/users/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 687bf3d..98e651b 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -56,7 +56,7 @@ - <%= f.submit t(:account_edit_submit) %> + <%= f.submit t(:account_update) %> <% end %> \ No newline at end of file