Skip to content

Commit

Permalink
Fix vale linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinebessoles committed Nov 7, 2024
1 parent 5451eeb commit 9c9b2ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
10 changes: 5 additions & 5 deletions docs/en/modules/admin/pages/global_moderations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@ process and the framework for discussion, and

== Configuration

To access the Global moderations panel, go in the administration panel and click on the "Global moderations" item in
the admin navigation bar.
To access the Global moderations panel, go in the administration panel and click in the "Global moderations" item in
the administrator navigation bar.

image:moderations/moderations_menu.png[Global moderations menu]

Check failure on line 43 in docs/en/modules/admin/pages/global_moderations.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'moderations'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'moderations'?", "location": {"path": "docs/en/modules/admin/pages/global_moderations.adoc", "range": {"start": {"line": 43, "column": 47}}}, "severity": "ERROR"}

The Global moderations panel allows to manage reported contents as well as reported participants.
By default, you'll be redirected on the Reported content list.
By default, you are redirected on the Reported content list.

Check warning on line 46 in docs/en/modules/admin/pages/global_moderations.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('are redirected'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('are redirected').", "location": {"path": "docs/en/modules/admin/pages/global_moderations.adoc", "range": {"start": {"line": 46, "column": 17}}}, "severity": "INFO"}

image:moderations/moderations_backend_list_content.png[Global moderations panel for content]

Check failure on line 48 in docs/en/modules/admin/pages/global_moderations.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'moderations'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'moderations'?", "location": {"path": "docs/en/modules/admin/pages/global_moderations.adoc", "range": {"start": {"line": 48, "column": 63}}}, "severity": "ERROR"}

== Examples

=== Report content

You can report and hide a comment containing personnal information, or a link to a commercial platform posted by a user.
You can report and hide a comment containing private information, or a link to a commercial platform posted by a user.

=== Report user

You can report and block participants who are constantly infriging the participation chart, or spamming and trolling the platform.
You can report and block participants who are constantly violating the participation chart, or spamming and trolling the platform.
13 changes: 6 additions & 7 deletions docs/en/modules/admin/pages/moderations/reported_content.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Reported content

When writing the Terms and Conditions of your platform, or your participation chart, you want to make sure that
the participation rules are respected by participants in the contents they are writing.
When writing the Terms and Conditions of your platform, or your participation chart, you want to make sure that the
participants respect the participation rules in the contents they're writing.
All participants are able to report comments, proposals, debates, etc.

== Report a content
Expand All @@ -18,8 +18,7 @@ image:moderations/moderation_modal.png[Give reason for moderation modal]

== Manage reported content

After a participant has reported a content, it'll be shown in two sections of the
administration panel:
After a participant has reported a content, it is shown in two sections of the administration panel:

* Global moderations panel
* Participatory space moderation panel
Expand All @@ -28,13 +27,13 @@ image:moderations/moderations_backend_list_content.png[Global moderations panel

There you'll find first all the unprocessed reports if there's any, with:
* *Id*: unique identificator of the reported content.
* *Type*: the kind of content reported (for instance comment, proposal, debate, etc.)
* *Type*: the kind of content reported, for instance comment, proposal, debate, etc.
* *Participatory Space*: which space this content belongs to.
* *Reported content URL*: link for seeing the content reported and see the context of the complaint.
* *Reason*: why it has been reported. If the participant that made the report has given extra
* *Reason*: why it was reported. If the participant that made the report has given extra
information it's possible to see it by hovering it.
* *Reported at*: when it was originally reported.
* *Count*: Number of times it has been reported by different users.
* *Count*: number of times it was reported by different users.
* *Actions*: you can *Expand*, *Unreport* or *Hide*.

Once you moderate a content, it will be available in the "Hidden" contents list, accessible at the top right of the page.
Expand Down

0 comments on commit 9c9b2ce

Please sign in to comment.