diff --git a/src/routes/(app)/workspace/prompts/create/+page.svelte b/src/routes/(app)/workspace/prompts/create/+page.svelte index eb03d2372..7b053680e 100644 --- a/src/routes/(app)/workspace/prompts/create/+page.svelte +++ b/src/routes/(app)/workspace/prompts/create/+page.svelte @@ -180,13 +180,14 @@
- ⓘ {$i18n.t('Format your variables using square brackets like this:')} [{$i18n.t('variable')}]{'{{'}{$i18n.t('variable')}{'}}'}. {$i18n.t('Make sure to enclose them with')} - '[' + {'{{'} {$i18n.t('and')} - ']'. + {'}}'}.
diff --git a/src/routes/(app)/workspace/prompts/edit/+page.svelte b/src/routes/(app)/workspace/prompts/edit/+page.svelte index a5fb92247..2e6f1a659 100644 --- a/src/routes/(app)/workspace/prompts/edit/+page.svelte +++ b/src/routes/(app)/workspace/prompts/edit/+page.svelte @@ -167,13 +167,14 @@
- ⓘ {$i18n.t('Format your variables using square brackets like this:')} [{$i18n.t('variable')}]{'{{'}{$i18n.t('variable')}{'}}'}. {$i18n.t('Make sure to enclose them with')} - '[' + {'{{'} {$i18n.t('and')} - ']'. + {'}}'}.