chore: some wordings in extension settings (#2573)

Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
This commit is contained in:
NamH 2024-04-02 15:31:20 +07:00 committed by GitHub
parent c6198ae423
commit 345c7d58e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{
"key": "chat-completions-endpoint",
"title": "Chat Completions Endpoint",
"description": "The endpoint to use for chat completions. See the [Groq Documentation](https://console.groq.com/docs/openai) for more information.",
"description": "The endpoint to use for chat completions. See the [Groq documentation](https://console.groq.com/docs/openai) for more information.",
"controllerType": "input",
"controllerProps": {
"placeholder": "Chat Completions Endpoint",

View File

@ -47,7 +47,7 @@ const SettingMenu: React.FC = () => {
{extensionHasSettings.length > 0 && (
<div className="mb-2 mt-6">
<label className="text-xs font-medium text-muted-foreground">
<label className="text-xs font-medium uppercase text-muted-foreground">
Extensions
</label>
</div>