From 5def502b4af45472e10a9741400cf8a8fe2d7f11 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 3 Apr 2026 00:26:42 +0200 Subject: [PATCH] Update toolbar subtitle and outliner empty message --- src/app/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index cf0ece65..1bde1172 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -3692,7 +3692,7 @@ export function App({ store, initialStatusMessage }: AppProps) {
WebEditor3D
-
Slice 3.1 GLB/GLTF import and model placement
+
Slice 3.1 GLB/GLTF import and unified creation
@@ -4036,7 +4036,7 @@ export function App({ store, initialStatusMessage }: AppProps) {
Brushes
{brushList.length === 0 ? ( -
Switch to Box Create and click in the viewport to place the first brush.
+
Switch to Box Create and click in the viewport to create the first brush.
) : (
{brushList.map((brush, brushIndex) => (