diff --git a/src/app/App.tsx b/src/app/App.tsx
index 67ea6595..277176d1 100644
--- a/src/app/App.tsx
+++ b/src/app/App.tsx
@@ -7009,11 +7009,11 @@ export function App({ store, initialStatusMessage }: AppProps) {
Vertex selection is visible in the viewport. Persistent vertex transforms are still deferred.
)
+ ) : whiteboxSelectionMode !== "face" ? (
+ Switch to Face mode or choose a face chip to edit materials and UVs.
) : selectedFace === null || selectedFaceId === null ? (
- {whiteboxSelectionMode === "object"
- ? "Switch to Face mode or choose a face chip to edit materials and UVs."
- : "Select a face to edit its material and UV transform."}
+ Select a face to edit its material and UV transform.
) : (
<>