diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-12-28 21:57:35 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-12-28 21:57:35 +0100 |
commit | 9314fd25d9bddaf4c0a9796821960cb1935ccd9a (patch) | |
tree | 01dda87b415106bd58c43ae1a791f5091f7e6a32 | |
parent | Bug 713346: Release notes for Bugzilla 4.2rc1 (diff) | |
download | bugzilla-9314fd25d9bddaf4c0a9796821960cb1935ccd9a.tar.gz bugzilla-9314fd25d9bddaf4c0a9796821960cb1935ccd9a.tar.bz2 bugzilla-9314fd25d9bddaf4c0a9796821960cb1935ccd9a.zip |
user_autocompletion -> ajax_user_autocompletion
https://bugzilla.mozilla.org/show_bug.cgi?id=713346
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 5ec1205c7..819b22e2d 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -286,7 +286,7 @@ has been added (default: 10000) which limits the number of [% terms.bugs %] a user can request at once in a [% terms.bug%]list. This is a hard limit and a user cannot bypass this value.</li> - <li><strong>Configuration:</strong> A new parameter <em>user_autocompletion</em> + <li><strong>Configuration:</strong> A new parameter <em>ajax_user_autocompletion</em> has been added (default: on) to allow administrators to disable auto-completion when typing characters in user fields. This parameter should only be disabled if your installation is unable to support the load generated by this feature.</li> |