From 97fe2b4d19edacf2ea67c7efcfbec50feca305b0 Mon Sep 17 00:00:00 2001 From: jessib Date: Tue, 26 Feb 2013 13:24:39 -0800 Subject: Change to language for when updating username/password. --- users/app/views/users/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/app/views') diff --git a/users/app/views/users/edit.html.haml b/users/app/views/users/edit.html.haml index 4de72f6..97bd48d 100644 --- a/users/app/views/users/edit.html.haml +++ b/users/app/views/users/edit.html.haml @@ -2,7 +2,7 @@ %h2=t :settings - tabs = [] - content_for :account do - = user_form_with 'login_and_password_fields', :legend => :change_login_and_password if @user == current_user + = user_form_with 'login_and_password_fields', :legend => :update_login_and_password if @user == current_user = render 'cancel_account' - tabs << :account - if @user == current_user -- cgit v1.2.3