From 23f8b2994fb3acb423e870fa5433f65b5383443c Mon Sep 17 00:00:00 2001 From: Michael Genson <71845777+michael-genson@users.noreply.github.com> Date: Wed, 18 Sep 2024 04:04:39 +0000 Subject: [PATCH] text tweak --- frontend/lang/messages/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/lang/messages/en-US.json b/frontend/lang/messages/en-US.json index 17d28824807..d74a89237aa 100644 --- a/frontend/lang/messages/en-US.json +++ b/frontend/lang/messages/en-US.json @@ -1247,7 +1247,7 @@ "manage-profile-or-get-invite-link": "Manage your own profile, or grab an invite link to share with others." }, "debug-openai-services": "Debug OpenAI Services", - "debug-openai-services-description": "Use this page to debug OpenAI services. You can test the services and see the results here. If you have image services enabled, you can also provide an image.", + "debug-openai-services-description": "Use this page to debug OpenAI services. You can test your OpenAI connection and see the results here. If you have image services enabled, you can also provide an image.", "run-test": "Run Test", "test-results": "Test Results" },