diff options
author | Byron Jones <bjones@mozilla.com> | 2013-11-14 17:37:12 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-11-14 17:37:12 +0100 |
commit | 3ae054763b8f3de1dae7e8c673c850d6d15185ca (patch) | |
tree | 2f55ac988a1e278d9420d7ca2613f480c2639d92 /extensions/TrackingFlags/template/en | |
parent | 57847be7c4335c5150daa79e913a6ffbb8e37142 (diff) | |
download | bugzilla-3ae054763b8f3de1dae7e8c673c850d6d15185ca.tar.gz bugzilla-3ae054763b8f3de1dae7e8c673c850d6d15185ca.tar.xz |
Bug 938568: Unprivileged users unable to comment on bugs
Diffstat (limited to 'extensions/TrackingFlags/template/en')
-rw-r--r-- | extensions/TrackingFlags/template/en/default/hook/global/user-error-errors.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/TrackingFlags/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/TrackingFlags/template/en/default/hook/global/user-error-errors.html.tmpl index 7987c7d8d..fb4dffdf9 100644 --- a/extensions/TrackingFlags/template/en/default/hook/global/user-error-errors.html.tmpl +++ b/extensions/TrackingFlags/template/en/default/hook/global/user-error-errors.html.tmpl @@ -9,7 +9,7 @@ [% IF error == "tracking_flags_change_denied" %] [% title = "Tracking Flag Modification Denied" %] You tried to update the status of the tracking flag '[% flag.name FILTER html %]' - [% IF value %] to '[% value.name FILTER html %]'[% END %]. + [% IF value %] to '[% value FILTER html %]'[% END %]. Only a user with the required permissions may make this change. [% ELSIF error == "tracking_flags_missing_mandatory" %] |