Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 8b4f401

Browse files
authored
FIX: Typo in custom_tool_exists text (#1480)
1 parent 92e3615 commit 8b4f401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/locales/server.en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ en:
631631
persona_already_exists: Persona with the name %{name} already exists.
632632
custom_tool_exists:
633633
one: "Custom tool with the name %{names} already exists."
634-
other: "Custom tools with the names %{names} already exists."
634+
other: "Custom tools with the names %{names} already exist."
635635
dashboard:
636636
problem:
637637
ai_llm_status: "The LLM model: %{model_name} is encountering issues. Please check the <a href='%{url}'>model's configuration page</a>."

0 commit comments

Comments
 (0)