From e08bc8e976831f298dc2bbea261601416de8d9c3 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Sun, 19 Oct 2025 21:58:27 +0100 Subject: [PATCH] add translation string --- apps/client/public/locales/en-US/translation.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/client/public/locales/en-US/translation.json b/apps/client/public/locales/en-US/translation.json index e15dfecf..c8e838c3 100644 --- a/apps/client/public/locales/en-US/translation.json +++ b/apps/client/public/locales/en-US/translation.json @@ -565,5 +565,7 @@ "AI search uses vector embeddings to provide semantic search capabilities across your workspace content.": "AI search uses vector embeddings to provide semantic search capabilities across your workspace content.", "Toggle AI search": "Toggle AI search", "Sources": "Sources", - "Ask AI not available for attachments": "Ask AI not available for attachments" + "Ask AI not available for attachments": "Ask AI not available for attachments", + "No answer available": "No answer available", + }