Update message for unsupported brush type

This commit is contained in:
2026-04-04 19:31:55 +02:00
parent 77c1e1bb9c
commit c5d8bd00be

View File

@@ -455,7 +455,7 @@ function createBrushTransformTarget(document: SceneDocument, brushId: string): T
if (brush === undefined || brush.kind !== "box") {
return {
target: null,
message: "Select a supported box brush before transforming it."
message: "Select a supported whitebox box before transforming it."
};
}