diff --git a/backend/src/db/seed.js b/backend/src/db/seed.js index 64ee3c1dd..e41ef1abc 100644 --- a/backend/src/db/seed.js +++ b/backend/src/db/seed.js @@ -396,7 +396,7 @@ const languages = ['de', 'en', 'es', 'fr', 'it', 'pt', 'pl'] description: `
English:
This group is hidden.
This group was created to allow investigative journalists to share and collaborate.
Here you can internally share posts and comments about them.
Deutsch:
Diese Gruppe ist verborgen.
Diese Gruppe wurde geschaffen, um investigativen Journalisten den Austausch und die Zusammenarbeit zu ermöglichen.
Hier könnt ihr euch intern über Beiträge und Kommentare zu ihnen austauschen.
`, groupType: 'hidden', actionRadius: 'global', - categoryIds: ['cat3', 'cat13', 'cat16'], + categoryIds: ['cat6', 'cat9', 'cat14'], }, }), ]) @@ -412,7 +412,7 @@ const languages = ['de', 'en', 'es', 'fr', 'it', 'pt', 'pl'] description: `English
Only those who enjoy learning and do not lose their curiosity can obtain a good education for life and continue to learn with joy throughout their lives.
For this we need a school that takes up the curiosity of the children, the people, and satisfies it through a lot of experience.
Deutsch
Nur wer Spaß am Lernen hat und seine Neugier nicht verliert, kann gute Bildung für's Leben erlangen und sein ganzes Leben mit Freude weiter lernen.
Dazu benötigen wir eine Schule, die die Neugier der Kinder, der Menschen, aufnimmt und durch viel Erfahrung befriedigt.
`, groupType: 'closed', actionRadius: 'national', - categoryIds: ['cat3', 'cat13', 'cat16'], + categoryIds: ['cat7', 'cat9', 'cat16'], }, }), ])