From e2763c3b5a3269fb2df254e088423d886687c2bf Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Wed, 4 Nov 2015 18:34:12 +1030 Subject: [PATCH] Remove unnecessary quotes --- extensions/lang-english/locale/flarum-flags.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/lang-english/locale/flarum-flags.yml b/extensions/lang-english/locale/flarum-flags.yml index 8752c60f3..936a94f9b 100644 --- a/extensions/lang-english/locale/flarum-flags.yml +++ b/extensions/lang-english/locale/flarum-flags.yml @@ -22,12 +22,12 @@ flarum-flags: # These strings are used by the Flag Post modal dialog. 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 reason_inappropriate_label: Inappropriate reason_inappropriate_text: "This post is offensive, abusive, or violates our community guidelines." 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_spam_label: Spam reason_spam_text: This post is an advertisement.