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':
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 {