diff options
Diffstat (limited to 'extensions/BMO/template')
-rw-r--r-- | extensions/BMO/template/en/default/hook/bug/create/create-form.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BMO/template/en/default/hook/bug/create/create-form.html.tmpl b/extensions/BMO/template/en/default/hook/bug/create/create-form.html.tmpl index 0a3b75262..e6038fdb1 100644 --- a/extensions/BMO/template/en/default/hook/bug/create/create-form.html.tmpl +++ b/extensions/BMO/template/en/default/hook/bug/create/create-form.html.tmpl @@ -10,7 +10,7 @@ [% IF user.in_group('partner-confidential-visible') %] [% PROCESS group_checkbox name = 'partner-confidential' - desc = "Restrict the visiblity of this " _ terms.bug _ " to " _ + desc = "Restrict the visibility of this " _ terms.bug _ " to " _ "the assignee, QA contact, and CC list only." %] [% END %] |