mirror of
https://github.com/flarum/core.git
synced 2025-08-11 10:55:47 +02:00
Remove unnecessary quotes
This commit is contained in:
@@ -22,12 +22,12 @@ flarum-flags:
|
|||||||
|
|
||||||
# These strings are used by the Flag Post modal dialog.
|
# These strings are used by the Flag Post modal dialog.
|
||||||
flag_post:
|
flag_post:
|
||||||
confirmation_message: "Thank you for flagging this post. Our moderators will look into it."
|
confirmation_message: Thank you for flagging this post. Our moderators will look into it.
|
||||||
dismiss_button: => core.ref.okay
|
dismiss_button: => core.ref.okay
|
||||||
reason_inappropriate_label: Inappropriate
|
reason_inappropriate_label: Inappropriate
|
||||||
reason_inappropriate_text: "This post is offensive, abusive, or violates our <a>community guidelines</a>."
|
reason_inappropriate_text: "This post is offensive, abusive, or violates our <a>community guidelines</a>."
|
||||||
reason_off_topic_label: "Off-topic"
|
reason_off_topic_label: "Off-topic"
|
||||||
reason_off_topic_text: "This post is not relevant to the current discussion and should be moved elsewhere."
|
reason_off_topic_text: This post is not relevant to the current discussion and should be moved elsewhere.
|
||||||
reason_other_label: Other
|
reason_other_label: Other
|
||||||
reason_spam_label: Spam
|
reason_spam_label: Spam
|
||||||
reason_spam_text: This post is an advertisement.
|
reason_spam_text: This post is an advertisement.
|
||||||
|
Reference in New Issue
Block a user