From 8b4f401a7b4443dfb88ad679631bf9cf9adea7c5 Mon Sep 17 00:00:00 2001 From: moin-Jana <172497896+moin-Jana@users.noreply.github.com> Date: Thu, 3 Jul 2025 15:17:31 +0200 Subject: [PATCH] FIX: Typo in custom_tool_exists text (#1480) --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 7628cb34..86ec5510 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -631,7 +631,7 @@ en: persona_already_exists: Persona with the name %{name} already exists. custom_tool_exists: one: "Custom tool with the name %{names} already exists." - other: "Custom tools with the names %{names} already exists." + other: "Custom tools with the names %{names} already exist." dashboard: problem: ai_llm_status: "The LLM model: %{model_name} is encountering issues. Please check the model's configuration page."