From 146a9d7f05d4605c6adaee6ba0f7ddebbca16d89 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 20 Oct 2024 00:51:01 -0700 Subject: [PATCH] refac --- src/routes/(app)/workspace/prompts/create/+page.svelte | 9 +++++---- src/routes/(app)/workspace/prompts/edit/+page.svelte | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) 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')} - ']'. + {'}}'}.