From 7077c31ab859b7ee741569b8cc1469c5a8641839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Thu, 10 Aug 2023 19:07:13 +0200 Subject: [PATCH] Typo in site setting's description (#132) --- 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 9df0f442..6b9839c4 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -64,7 +64,7 @@ en: ai_helper_add_ai_pm_to_header: "Display a button in the header to start a PM with a AI Bot" ai_stability_api_key: "API key for the stability.ai API" - ai_stability_engine: "Image generation ngine to use for the stability.ai API" + ai_stability_engine: "Image generation engine to use for the stability.ai API" ai_stability_api_url: "URL for the stability.ai API" ai_google_custom_search_api_key: "API key for the Google Custom Search API see: https://developers.google.com/custom-search"