Report only spam or illegal content

This commit is contained in:
flaburgan 2017-08-12 19:32:07 +02:00 committed by Benjamin Neff
parent 8b63eabcbe
commit 1e591b041f
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
3 changed files with 4 additions and 2 deletions

View file

@ -26,6 +26,7 @@ app.views.Help = app.views.StaticContentView.extend({
};
this.POSTS_AND_POSTING_SUBS = {
post_report_a: {community_guidelines: this.linkHtml("https://diasporafoundation.org/community_guidelines", Diaspora.I18n.t("community_guidelines"))},
format_text_a: {
markdown: this.linkHtml("http://diasporafoundation.org/formatting", Diaspora.I18n.t( 'markdown' )),
here: this.linkHtml("http://daringfireball.net/projects/markdown/syntax", Diaspora.I18n.t( 'here' ))

View file

@ -28,7 +28,7 @@
<a class='toggle' href='#'>
<h4>{{ post_report_q }}</h4>
</a>
<div class='answer hideable'>{{ post_report_a }}</div>
<div class='answer hideable'>{{{ post_report_a }}}</div>
</div>
<div class='question opened collapsible'>
<a class='toggle' href='#'>

View file

@ -319,6 +319,7 @@ en:
foundation_website: "diaspora* foundation website"
third_party_tools: "Third-party tools"
getting_started_tutorial: "”Getting started” tutorial series"
community_guidelines: "community guidelines"
getting_help:
title: "Getting help"
getting_started_q: "Help! I need some basic help to get me started!"
@ -402,7 +403,7 @@ en:
post_notification_q: "How do I get notifications, or stop getting notifications, about a post?"
post_notification_a: "You will find a bell icon next to the X at the top right of a post. Click this to enable or disable notifications for that post."
post_report_q: "How do I report an offensive post?"
post_report_a: "Click the alert triangle icon at the top right of the post to report it to your podmin. Enter a reason for reporting this post in the dialog box."
post_report_a: "Click the alert triangle icon at the top right of the post to report it to your podmin. Enter a reason for reporting this post in the dialog box. Please only report posts that break our %{community_guidelines} or your pods terms of service, for example posts containing illegal content, or which are abusive or spam."
character_limit_q: "What is the character limit for posts?"
character_limit_a: "65,535 characters. Thats 65,395 more characters than you get on Twitter! ;)"
char_limit_services_q: "What if I'm sharing my post with a connected service with a smaller character count?"