1
0
Fork 0

chore(lab): Changes for pattern data

This commit is contained in:
Joost De Cock 2022-09-01 08:48:10 +02:00
parent d6cc541da3
commit 13e32d9ed9
10 changed files with 18 additions and 18 deletions

View file

@ -8,7 +8,7 @@ const CutLayout = props => {
<div>
<h2 className="capitalize">
{
t('layoutThing', { thing: props.design.config.name })
t('layoutThing', { thing: props.design.config.data.name })
+ ': '
+ t('forCutting')
}