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