diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index 2d4caf9..c156736 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -1149,7 +1149,7 @@ this.infoText.id = 'shx-info-text'; this.infoText.style.display = 'none'; this.infoText.style.color = 'red'; - this.infoText.innerHTML = 'Text ist zu lang. Wir haben die Schriftgröße auf klein gesetzt. Bitte überprüfe deinen Text.'; + this.infoText.innerHTML = 'Text ist zu lang. Wir haben die Schriftgröße auf klein gesetzt. Bitte überprüfe deinen Text.'; this.container.appendChild(this.infoText); }