diff options
author | Sunil Joshi <joshi.sunil@outlook.com> | 2015-02-26 15:24:15 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-02-26 15:24:15 +0100 |
commit | 0a0c32b2082a0f31757cc09af6d7f2ff9ba45168 (patch) | |
tree | 27bb9ac6c87723e46735cdba974260af248cbedf /template | |
parent | 32232916b0ac69da84f5e1f739fc63c0205ef325 (diff) | |
download | bugzilla-0a0c32b2082a0f31757cc09af6d7f2ff9ba45168.tar.gz bugzilla-0a0c32b2082a0f31757cc09af6d7f2ff9ba45168.tar.xz |
Bug 919218: Rename "Email Preferences" tab in userprefs to "Email Notifications"
r=LpSolit a=glob
Diffstat (limited to 'template')
-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 461e43d09..96e02812f 100644 --- a/template/en/default/account/prefs/prefs.html.tmpl +++ b/template/en/default/account/prefs/prefs.html.tmpl @@ -27,7 +27,7 @@ [% tabs = [{ name => "settings", label => "General Preferences", link => "userprefs.cgi?tab=settings", saveable => "1", doc_section => "using/preferences.html#general-preferences" }, - { name => "email", label => "Email Preferences", + { name => "email", label => "Email Notifications", link => "userprefs.cgi?tab=email", saveable => "1", doc_section => "using/preferences.html#email-preferences" }, { name => "saved-searches", label => "Saved Searches", |