diff --git a/client/src/components/content-block-form/ContentElement.vue b/client/src/components/content-block-form/ContentElement.vue index 4d5f049d..d59555a9 100644 --- a/client/src/components/content-block-form/ContentElement.vue +++ b/client/src/components/content-block-form/ContentElement.vue @@ -186,7 +186,7 @@ case 'survey': return { component: 'survey-block', - title: 'Umfrage', + title: 'Übung', }; case 'solution': return { @@ -216,12 +216,12 @@ case 'thinglink_block': return { component: 'thinglink-block', - title: 'Illustration' + title: 'Interaktive Grafik' }; case 'infogram_block': return { component: 'infogram-block', - title: 'Illustration' + title: 'Interaktive Grafik' }; } return {