mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
UX: return correct error message if reviewable user is deleted already. (#12977)
Currently, when the target is not available we're returning the error message "`You are not permitted to view the requested resource`" which is not clear.
This commit is contained in:
@@ -4916,6 +4916,7 @@ en:
|
||||
|
||||
reviewables:
|
||||
already_handled: "Thanks, but we've already reviewed that post and determined it does not need to be flagged again."
|
||||
already_handled_and_user_not_exist: "Thanks, but someone already reviewed and that user no longer exists."
|
||||
priorities:
|
||||
low: "Low"
|
||||
medium: "Medium"
|
||||
|
||||
Reference in New Issue
Block a user