From 4d950091a709400e6021156cea362bb48d7bff01 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Wed, 3 Jul 2024 12:48:27 +0200 Subject: [PATCH] test --- snippets/shx-3d-render-input.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index 530ada8..4cb674e 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -574,8 +574,8 @@ html += SHX_IFC_genTextInput('shx-text1', 'Text', 'Text', globalInputFormsObjValues[id]['text1'], section_id); html += SHX_IFC_genDropdownSelect('shx-font', 'Schriftart', 'Schriftart', globalInputFormsObjValues[id]['font'], ['LT Beverage', "Rose", "Arial"], section_id); - html += SHX_IFC_genColorSelect('shx-color1', 'Farbe 1', 'Farbe 1', globalInputFormsObjValues[id]['color1'], [], section_id); - html += SHX_IFC_genColorSelect('shx-color2', 'Farbe 2', 'Farbe 2', globalInputFormsObjValues[id]['color2'], [], section_id); + html += SHX_IFC_genColorSelect('shx-color1', 'Textfarbe', 'Textfarbe', globalInputFormsObjValues[id]['color1'], [], section_id); + html += SHX_IFC_genColorSelect('shx-color2', 'Hintergrundfarbe', 'Hintergrundfarbe', globalInputFormsObjValues[id]['color2'], [], section_id); return html; }