diff options
-rw-r--r-- | templates/web/base/report/_main.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/report/_main.html b/templates/web/base/report/_main.html index ffda48074..585200ac3 100644 --- a/templates/web/base/report/_main.html +++ b/templates/web/base/report/_main.html @@ -47,8 +47,8 @@ <div class="moderate-edit"> <label> - <input type="checkbox" name="problem_show_name" [% problem.anonymous ? 'checked' : '' %]> - Hide reporter’s name + <input type="checkbox" name="problem_show_name" [% 'checked' UNLESS problem.anonymous %]> + Show reporter’s name </label> </div> <p class="report_meta_info"> |