diff --git a/src-web/components/TemplateVariableDialog.tsx b/src-web/components/TemplateVariableDialog.tsx
index df01ca52..bbab820f 100644
--- a/src-web/components/TemplateVariableDialog.tsx
+++ b/src-web/components/TemplateVariableDialog.tsx
@@ -52,13 +52,16 @@ export function TemplateVariableDialog({ hide, onChange, initialTokens }: Props)
- {rendered.data}
+
+ Render Preview
+ {rendered.data}
+
diff --git a/src-web/components/core/Editor/Editor.tsx b/src-web/components/core/Editor/Editor.tsx
index d15adcb2..b2f36445 100644
--- a/src-web/components/core/Editor/Editor.tsx
+++ b/src-web/components/core/Editor/Editor.tsx
@@ -188,7 +188,7 @@ export const Editor = forwardRef(function E
dialog.show({
size: 'dynamic',
id: 'template-variable',
- title: 'Configure Variable',
+ title: 'Change Variable',
render: ({ hide }) => (