diff --git a/packages/editor/src/components/viewer-overlay.tsx b/packages/editor/src/components/viewer-overlay.tsx index d89482fb..6cf2bf84 100644 --- a/packages/editor/src/components/viewer-overlay.tsx +++ b/packages/editor/src/components/viewer-overlay.tsx @@ -91,7 +91,7 @@ const SHADING_OPTIONS = [ ] as const const TEXTURE_OPTIONS = [ - { id: true, name: 'Colored', detail: 'Show materials, textures & colours', icon: Palette }, + { id: true, name: 'Colored', detail: 'Show materials, textures & colors', icon: Palette }, { id: false, name: 'Monochrome', detail: 'Flat clay surfaces by role', icon: Square }, ] as const