Replace some titles
This commit is contained in:
parent
cb924a8d52
commit
1772e7ec4a
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue