chore(render-modes): use US spelling "colors" in Materials toggle detail
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
0b25e4f020
commit
138543ea8c
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user