fix: use translation key as fallback + more translations

This commit is contained in:
Ased Mammad 2024-03-05 15:24:47 +03:30
parent b5b860f575
commit 66342140a3
8 changed files with 11 additions and 9 deletions

View file

@ -82,7 +82,7 @@
fullScreenMode = settings.fullScreenMode ?? false;
titleAutoGenerateModel = settings.titleAutoGenerateModel ?? '';
titleGenerationPrompt =
settings.titleGenerationPrompt ?? $i18n.t('Default titleGenerationPromt') + ' {{prompt}}';
settings.titleGenerationPrompt ?? $i18n.t("Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title':") + ' {{prompt}}';
});
</script>