summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--elm/Report.elm7
1 files changed, 6 insertions, 1 deletions
diff --git a/elm/Report.elm b/elm/Report.elm
index 6553043b..342b37da 100644
--- a/elm/Report.elm
+++ b/elm/Report.elm
@@ -56,7 +56,7 @@ reasons =
, submit = True
, msg = nomsg
}
- , { label = "Off-topic / wrong board"
+ , { label = "Off-topic"
, vis = objtype "tw"
, submit = True
, msg = nomsg
@@ -79,6 +79,11 @@ reasons =
, text " so that others may be able to help you."
]
}
+ , { label = "Unmarked or improperly flagged NSFW image"
+ , vis = objtype "vc"
+ , submit = True
+ , msg = nomsg
+ }
, { label = "Incorrect information"
, vis = editable
, submit = False