diff options
-rw-r--r-- | templates/web/default/admin/body.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/default/admin/body.html b/templates/web/default/admin/body.html index 532c78d4f..395de7244 100644 --- a/templates/web/default/admin/body.html +++ b/templates/web/default/admin/body.html @@ -127,6 +127,12 @@ <label for="confirmed" class="inline">[% loc('Confirmed') %]</label> </p> + <div class="admin-hint"> + <p> + [% loc("Check <strong>deleted</strong> to remove the category from use. + It will not appear as an available category in the drop-down menu on the report-a-problem page.") %] + </p> + </div> <p> <input type="checkbox" name="deleted" value="1" id="deleted"> <label for="deleted" class="inline">[% loc('Deleted') %]</label> |