Skip to content

Commit

Permalink
Fix some vale warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinebessoles committed Dec 11, 2024
1 parent b88c315 commit 208b4c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/en/modules/admin/partials/components_list.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ participatory budgeting for example.
* xref:admin:components/sortitions.adoc[*Sortitions*]: allows to randomly selected proposals.
* xref:admin:components/surveys.adoc[*Survey*]: for conducting surveys with different kinds of questions.
In the cases where your needs are not covered by one of those components, you can create your own component through a xref:develop:modules.adoc[Module].
In the cases where your needs aren't covered by one of those components,
you can create your own component through a xref:develop:modules.adoc[Module].
4 changes: 2 additions & 2 deletions docs/en/modules/admin/partials/page_admins.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ image:spaces/admins_form.png[New space administrator form]

|Name
|Required
|What is the name of the new administrator.
|What's the name of the new administrator.

|Email
|Required
|What is the email of the new administrator, so they can receive an invitation if they don't already have an account.
|What's the email of the new administrator, so they can receive an invitation if they don't already have an account.

|Role
|Required
Expand Down
2 changes: 1 addition & 1 deletion docs/en/modules/admin/partials/page_categories.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ different resources by these categories. For instance, they can be used in propo

image::spaces/categories_sidebar.png[Filter categories in proposals]

NOTE: Once a category is in use it cannot be deleted, as there are resources that are linked to it.
NOTE: Once a category is in use it can't be deleted, as there are resources that are linked to it.

Check warning on line 16 in docs/en/modules/admin/partials/page_categories.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 ('be deleted'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('be deleted').", "location": {"path": "docs/en/modules/admin/partials/page_categories.adoc", "range": {"start": {"line": 16, "column": 42}}}, "severity": "INFO"}

Check warning on line 16 in docs/en/modules/admin/partials/page_categories.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 linked'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('are linked').", "location": {"path": "docs/en/modules/admin/partials/page_categories.adoc", "range": {"start": {"line": 16, "column": 82}}}, "severity": "INFO"}

Decidim has other ways to classify resources, for instance xref:admin:scopes.adoc[Scopes] and xref:admin:features/hashtags.adoc[Hashtags].
The main difference is that Categories can be defined in a given space, Scopes are global for all the platform, and Hashtags
Expand Down

0 comments on commit 208b4c4

Please sign in to comment.