From 06dd97783bf2b1527ac86544ff850aaefcc09a36 Mon Sep 17 00:00:00 2001 From: Tobias Eigen Date: Mon, 2 Dec 2024 10:14:44 -0800 Subject: [PATCH] changed "contact this model to "use this model" server.en.yml translators gave feedback that the phrase "contact this model" is confusing. changed it to "use this model". --- 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 7640e4fd1..317291b45 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -435,7 +435,7 @@ en: llm_models: missing_provider_param: "%{param} can't be blank" - bedrock_invalid_url: "Please complete all the fields to contact this model." + bedrock_invalid_url: "Please complete all the fields to use this model." errors: no_query_specified: The query parameter is required, please specify it.