diff --git a/admin-spa/src/routes/Settings/Notifications/EditTemplate.tsx b/admin-spa/src/routes/Settings/Notifications/EditTemplate.tsx index 5bf90e1..cacdf98 100644 --- a/admin-spa/src/routes/Settings/Notifications/EditTemplate.tsx +++ b/admin-spa/src/routes/Settings/Notifications/EditTemplate.tsx @@ -186,27 +186,31 @@ export default function EditTemplate() {
{/* Header */}
-
-
- -
-

- {__('Edit Template')} -

-

- {template?.event_label} - {template?.channel_label} -

+
+
+
+ +
+

+ {__('Edit Template')} +

+

+ {template?.event_label} - {template?.channel_label} +

+

+ {__('Customize the notification template. Use variables like {customer_name} to personalize messages.')} +

+
-
-
+
+
{/* Subject */} -
+
{/* Body - Tabs */} -
+
+
@@ -292,6 +298,7 @@ export default function EditTemplate() {
+
);