mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
tighten up flag copy for off-topic and notify mods
This commit is contained in:
parent
3d94808c00
commit
20fa95801c
1 changed files with 2 additions and 2 deletions
|
@ -422,7 +422,7 @@ en:
|
|||
post_action_types:
|
||||
off_topic:
|
||||
title: 'Off-Topic'
|
||||
description: 'This post is radically off-topic in the current topic, and should probably be moved. If this is a topic, perhaps it does not belong here.'
|
||||
description: 'This post is not relevant to the current discussion as defined by the title and first post, and should probably be moved elsewhere.'
|
||||
long_form: 'flagged this as off-topic'
|
||||
spam:
|
||||
title: 'Spam'
|
||||
|
@ -440,7 +440,7 @@ en:
|
|||
email_body: "%{link}\n\n%{message}"
|
||||
notify_moderators:
|
||||
title: 'Notify moderators'
|
||||
description: 'This post requires general moderator attention based on the <a href="/guidelines">guidelines</a>, <a href="%{tos_url}">TOS</a>, or for another reason not listed above.'
|
||||
description: 'This post requires moderator attention for another reason not listed above.'
|
||||
long_form: 'notified moderators'
|
||||
email_title: 'A post in "%{title}" requires moderator attention'
|
||||
email_body: "%{link}\n\n%{message}"
|
||||
|
|
Loading…
Reference in a new issue