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:
- Create a new organization without contents
- Log in as admin
- Go to 'Help sections' in 'Settings'
- 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.

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:
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:
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.
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.helpindecidim-conferences/config/locales/en.yml: