Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinebessoles committed Nov 7, 2024
1 parent b67ebed commit 1d0f003
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/styles/config/vocabularies/Decidim/accept.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Decidim
moderations
Unreport
unreport
Unhide
6 changes: 3 additions & 3 deletions docs/en/modules/admin/pages/moderations/reported_content.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,20 @@ Once you moderate a content, it appears in the "Hidden" contents list, accessibl
|image:icons/action_hide.png[Unhide icon]
|Unhide
|Allows an administrator or moderator to unhide this content (showing it publicly again).

Check failure on line 63 in docs/en/modules/admin/pages/moderations/reported_content.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Unhide' instead of 'unhide'. Raw Output: {"message": "[Vale.Terms] Use 'Unhide' instead of 'unhide'.", "location": {"path": "docs/en/modules/admin/pages/moderations/reported_content.adoc", "range": {"start": {"line": 63, "column": 42}}}, "severity": "ERROR"}

Check warning on line 63 in docs/en/modules/admin/pages/moderations/reported_content.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Parens] Use parentheses judiciously. Raw Output: {"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "docs/en/modules/admin/pages/moderations/reported_content.adoc", "range": {"start": {"line": 63, "column": 62}}}, "severity": "INFO"}
|Available when the content has been hidden.
|Available when the content is hidden.

Check warning on line 64 in docs/en/modules/admin/pages/moderations/reported_content.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 ('is hidden'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('is hidden').", "location": {"path": "docs/en/modules/admin/pages/moderations/reported_content.adoc", "range": {"start": {"line": 64, "column": 29}}}, "severity": "INFO"}
|===

If a content has been mistakenly "Unreported" then you'll need to find it again in the public platform
and report it again so you can moderate it.

=== Expand

To check the details of a content, and the different reports that were made by participants, you can click on the "Expand" button.
To check the details of a content, and the different reports made by participants, you can click the "Expand" button.
see all the metadata of a report, you can see it Expanded.

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

This view allow you to assess quickly if it's necessary to hide or not the content.
At the bottom of the report, you can also check the different reports that were made by other participants, and expand them as well.
At the bottom of the report, you can also check the different reports made by other participants, and expand them as well.

image:moderations/moderations_backend_report_details.png[Global moderations panel for content]
2 changes: 1 addition & 1 deletion docs/en/modules/admin/pages/participants/participants.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ image:participants_participants_actions.png[Participants actions]
After clicking in this option you'll need to provide a justification why you're
blocking this participant:

image:moderations/moderations_participants_block_user_justification.png[Justifiy the blocked user action]
image:moderations/moderations_participants_block_user_justification.png[Justify the blocked user action]

Once a blocked participant tries to log-in they will see an error message:

Expand Down

0 comments on commit 1d0f003

Please sign in to comment.