From: Reed Loden Date: Thu, 6 May 2010 03:27:14 +0000 (-0500) Subject: Bug 455302 - "Change the "Name and Password" tab to be "Account Information" (as... X-Git-Tag: bugzilla-3.7.1~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dea4b3337e6c17c9c370dd0fc5a921037a845c46;p=thirdparty%2Fbugzilla.git Bug 455302 - "Change the "Name and Password" tab to be "Account Information" (as password may or may not be changeable)" [r=mkanat a=mkanat] --- diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index 71e411d864..328eb50917 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" } ] %]