From 3e649a96ca4fe4b41904c6e1d87a7232a05c41f8 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Wed, 28 Mar 2012 10:50:28 -0700 Subject: [PATCH] bug 14507 Fix typo in title field for change password dialog --- ui/scripts/accounts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/accounts.js b/ui/scripts/accounts.js index e389c3ac6de..9f20d72b80b 100644 --- a/ui/scripts/accounts.js +++ b/ui/scripts/accounts.js @@ -778,7 +778,7 @@ } }, createForm: { - label: 'label.action.change.password', + title: 'label.action.change.password', fields: { newPassword: { label: 'label.new.password',