From 3d739c0ccc3c50ce291442bfd6587163e3693b05 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Wed, 31 Dec 2025 22:44:36 +0100 Subject: [PATCH] fix: remove escaped quotes in x-text expression causing Alpine error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The x-text expression had escaped quotes (\") which broke Alpine.js parsing: 'Click \"Import Orders\" to fetch...' Removed the quotes around "Import Orders" to fix the syntax error. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- app/templates/admin/partials/letzshop-orders-tab.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/admin/partials/letzshop-orders-tab.html b/app/templates/admin/partials/letzshop-orders-tab.html index 80f91afe..e416a1bf 100644 --- a/app/templates/admin/partials/letzshop-orders-tab.html +++ b/app/templates/admin/partials/letzshop-orders-tab.html @@ -224,7 +224,7 @@

No orders found

-

+