Fix text
This commit is contained in:
parent
224e12f7f3
commit
29d9e3d804
|
@ -210,7 +210,7 @@ function getMissingAncestors(screen: Screen) {
|
||||||
|
|
||||||
result[component._id!] = missingAncestors.map((s: any) => ({
|
result[component._id!] = missingAncestors.map((s: any) => ({
|
||||||
key: s.key,
|
key: s.key,
|
||||||
message: `${pluralise(component._instanceName)} need to be inside a
|
message: `${pluralise(definition.name)} need to be inside a
|
||||||
<mark>${getAncestorName(s)}</mark>`,
|
<mark>${getAncestorName(s)}</mark>`,
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue