diff options
author | Reed Loden <reed@reedloden.com> | 2010-05-05 22:27:14 -0500 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2010-05-05 22:27:14 -0500 |
commit | dea4b3337e6c17c9c370dd0fc5a921037a845c46 (patch) | |
tree | acff6112c1a1f847264e04b89636aa82794a768e | |
parent | 742af401e648534faac1b8ce90854f614ed01ade (diff) | |
download | bugs-dea4b3337e6c17c9c370dd0fc5a921037a845c46.tar bugs-dea4b3337e6c17c9c370dd0fc5a921037a845c46.tar.gz bugs-dea4b3337e6c17c9c370dd0fc5a921037a845c46.tar.bz2 bugs-dea4b3337e6c17c9c370dd0fc5a921037a845c46.tar.xz bugs-dea4b3337e6c17c9c370dd0fc5a921037a845c46.zip |
Bug 455302 - "Change the "Name and Password" tab to be "Account Information" (as password may or may not be changeable)"
[r=mkanat a=mkanat]
-rw-r--r-- | template/en/default/account/prefs/prefs.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index 71e411d86..328eb5091 100644 --- a/template/en/default/account/prefs/prefs.html.tmpl +++ b/template/en/default/account/prefs/prefs.html.tmpl @@ -50,7 +50,7 @@ link => "userprefs.cgi?tab=email", saveable => "1" }, { name => "saved-searches", label => "Saved Searches", link => "userprefs.cgi?tab=saved-searches", saveable => "1" }, - { name => "account", label => "Name and Password", + { name => "account", label => "Account Information", link => "userprefs.cgi?tab=account", saveable => "1" }, { name => "permissions", label => "Permissions", link => "userprefs.cgi?tab=permissions", saveable => "0" } ] %] |