diff --git a/components/TemplateEditor.tsx b/components/TemplateEditor.tsx index 46f68ad..c8c0246 100644 --- a/components/TemplateEditor.tsx +++ b/components/TemplateEditor.tsx @@ -15,22 +15,22 @@ interface Props { } const DEFAULT_HEADER = `
Gentile {{first_name}},
-This is a default message body.
+Questo è un messaggio di default.
© 2024 My Company. All rights reserved.
+© 2024 La Mia Azienda. Tutti i diritti riservati.
{nameError}
} -Must be unique. Used to generate the database key: {generateTemplateKey(name) || '...'}
+Deve essere univoco. Usato per generare la chiave DB: {generateTemplateKey(name) || '...'}
- Use the "Variable" button in the toolbar to insert placeholders like {'{{name}}'}. + Usa il pulsante "Variabile" nella toolbar per inserire placeholder come {'{{nome}}'}.
{subject.replace(/\{\{([\w\d_-]+)\}\}/g, (match, p1) => `${match}`)}