diff options
author | lpsolit%gmail.com <> | 2005-06-21 06:14:43 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-06-21 06:14:43 +0200 |
commit | 05843d27d99eb3ee3d6ac400d48af97f23760f44 (patch) | |
tree | e67434b08cb8dba8c2076e3486fffb371cc602af /template/en/default/account | |
parent | 92f24fd50a29447b3d913cb9e0be8d4be04a9f0f (diff) | |
download | bugzilla-05843d27d99eb3ee3d6ac400d48af97f23760f44.tar.gz bugzilla-05843d27d99eb3ee3d6ac400d48af97f23760f44.tar.xz |
Bug 289693: EditSettings page changes name from the link in the footer - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r/a=myk
Diffstat (limited to 'template/en/default/account')
-rw-r--r-- | template/en/default/account/prefs/prefs.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index 4973c807d..d909f3b8a 100644 --- a/template/en/default/account/prefs/prefs.html.tmpl +++ b/template/en/default/account/prefs/prefs.html.tmpl @@ -50,11 +50,11 @@ }" %] -[% tabs = [ { name => "account", description => "Account settings", +[% tabs = [ { name => "account", description => "Account Preferences", saveable => "1" }, - { name => "settings", description => "General Settings", + { name => "settings", description => "General Preferences", saveable => "1" }, - { name => "email", description => "Email settings", + { name => "email", description => "Email Preferences", saveable => "1" }, { name => "saved-searches", description => "Saved searches", saveable => "1" }, |