diff options
author | William Lachance <wrlach@gmail.com> | 2017-05-24 19:31:57 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-05-24 19:31:57 +0200 |
commit | 0ea91b298e8fc1c439f42c9288247e9223ce552e (patch) | |
tree | 5cfc236a2c38416e4860dc95ad4b5c6c18ef08ba | |
parent | 5b77f5b57ce1c40f60f98f069f99c3b1879c0561 (diff) | |
download | bugzilla-0ea91b298e8fc1c439f42c9288247e9223ce552e.tar.gz bugzilla-0ea91b298e8fc1c439f42c9288247e9223ce552e.tar.xz |
Bug 1367499 - Give some additional guidance in UI on block needinfo feature (#84)
-rw-r--r-- | extensions/Needinfo/template/en/default/hook/account/prefs/account-field.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Needinfo/template/en/default/hook/account/prefs/account-field.html.tmpl b/extensions/Needinfo/template/en/default/hook/account/prefs/account-field.html.tmpl index 4e0253610..7b8eeacc8 100644 --- a/extensions/Needinfo/template/en/default/hook/account/prefs/account-field.html.tmpl +++ b/extensions/Needinfo/template/en/default/hook/account/prefs/account-field.html.tmpl @@ -19,7 +19,7 @@ <input type="checkbox" id="block_needinfo" name="block_needinfo" value="1" [% " checked" IF user.settings.block_needinfo.value == "on" %]> <label for="block_needinfo"> - Block needinfo requests + Block needinfo requests (please use only if you'll be unavailable for an extended period of time) </label> </td> </tr> |