diff --git a/admin-spa/src/components/ui/rich-text-editor.tsx b/admin-spa/src/components/ui/rich-text-editor.tsx
index 0eff6f1..cb7ff59 100644
--- a/admin-spa/src/components/ui/rich-text-editor.tsx
+++ b/admin-spa/src/components/ui/rich-text-editor.tsx
@@ -292,27 +292,29 @@ export function RichTextEditor({
{/* Editor */}
-
+
+
+
- {/* Variables */}
+ {/* Variables Dropdown */}
{variables.length > 0 && (
-
- {__('Available Variables:')}
-
-
- {variables.map((variable) => (
-
- ))}
+
+
+
)}