Replace some titles

This commit is contained in:
Ramon Wenger 2022-10-05 20:11:51 +02:00
parent cb924a8d52
commit 1772e7ec4a
1 changed files with 3 additions and 3 deletions

View File

@ -186,7 +186,7 @@
case 'survey': case 'survey':
return { return {
component: 'survey-block', component: 'survey-block',
title: 'Umfrage', title: 'Übung',
}; };
case 'solution': case 'solution':
return { return {
@ -216,12 +216,12 @@
case 'thinglink_block': case 'thinglink_block':
return { return {
component: 'thinglink-block', component: 'thinglink-block',
title: 'Illustration' title: 'Interaktive Grafik'
}; };
case 'infogram_block': case 'infogram_block':
return { return {
component: 'infogram-block', component: 'infogram-block',
title: 'Illustration' title: 'Interaktive Grafik'
}; };
} }
return { return {