Skip to content

Default text for Conferences in Help sections #6601

@andreslucena

Description

@andreslucena

Describe the bug
A clear and concise description of what the bug is.

We don't have a definiton for Conferences so it's used in the "Help sections" by default.

To Reproduce
Steps to reproduce the behavior:

  1. Create a new organization without contents
  2. Log in as admin
  3. Go to 'Help sections' in 'Settings'
  4. See that there isn't any text for Conferences.

Expected behavior
A clear and concise description of what you expected to happen.

To have a default text for conferences.

Screenshots
If applicable, add screenshots to help explain your problem.

help_sections_backend

Stacktrace
If applicable, add the error stacktrace to help explain your problem.

Extra data (please complete the following information):

Fix

It should be added to decidim.help in decidim-conferences/config/locales/en.yml:

+++ b/decidim-conferences/config/locales/en.yml
@@ -548,6 +548,12 @@ en:
       index:
         description: Links about this conference
         title: Media and Links
+    help:
+      participatory_spaces:
+        conferences:
+          contextual: "<p>A <strong>conference</strong> is a a collection of Meetings that are related to the same topics and occurs in the same place....</p>\n"
+          page: "<p>A <strong>conference</strong> is a a collection of Meetings that are related to the same topics and occurs in the same place....</p>\n"
+          title: What are conferences?
     menu:
       conferences: Conferences
   devise:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions