mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06:00
FIX: Translation missing for Illegal flag on topic (#25603)
Followup to 95a2d285d3
Fixes a missing translation and also makes it so the
flag modal does not have a scrollbar when it opens.
This commit is contained in:
parent
4ce1c2c030
commit
8eb4bf07a6
@ -612,7 +612,12 @@
|
||||
}
|
||||
|
||||
.flag-modal-body {
|
||||
max-height: 450px;
|
||||
form {
|
||||
margin: 0;
|
||||
}
|
||||
.flag-action-type .controls .checkbox-label {
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
.flag-action-type-details {
|
||||
width: 100%;
|
||||
// max-width: 500px;
|
||||
|
@ -3946,7 +3946,7 @@ en:
|
||||
notify_user_textarea_label: "Message for the user"
|
||||
custom_placeholder_notify_moderators: "Let us know specifically what you are concerned about, and provide relevant links and examples where possible."
|
||||
notify_moderators_textarea_label: "Message for the moderators"
|
||||
custom_placeholder_illegal: "Let us know specifically why you believe this post is illegal, and provide relevant links and examples where possible."
|
||||
custom_placeholder_illegal: "Let us know specifically why you believe this content is illegal, and provide relevant links and examples where possible."
|
||||
custom_message:
|
||||
at_least:
|
||||
one: "enter at least %{count} character"
|
||||
|
@ -1052,6 +1052,12 @@ en:
|
||||
short_description: "Requires staff attention for another reason"
|
||||
email_title: 'The topic "%{title}" requires moderator attention'
|
||||
email_body: "%{link}\n\n%{message}"
|
||||
illegal:
|
||||
title: "It's Illegal"
|
||||
description: "This topic requires staff attention because I believe it contains content that is illegal."
|
||||
short_description: "This is illegal"
|
||||
email_title: 'A post in "%{title}" requires staff attention'
|
||||
email_body: "%{link}\n\n%{message}"
|
||||
|
||||
flagging:
|
||||
you_must_edit: '<p>Your post was flagged by the community. Please <a href="%{path}">see your messages</a>.</p>'
|
||||
|
Loading…
Reference in New Issue
Block a user