fixed grammar nits (#3132)

This commit is contained in:
Saurabh 2024-07-04 11:48:18 +05:30 committed by Louis
parent 15bfcff440
commit bb171a89a4
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2
4 changed files with 5 additions and 8 deletions

View File

@ -57,7 +57,7 @@ export default function AppearanceOptions() {
<h6 className="font-semibold capitalize">Appearance</h6>
</div>
<p className="font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
Select of customize your interface color scheme
Select a color theme
</p>
</div>
<Select
@ -72,9 +72,6 @@ export default function AppearanceOptions() {
<div className="flex gap-x-2">
<h6 className="font-semibold capitalize">Interface theme</h6>
</div>
<p className="font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
Choose the type of the interface
</p>
</div>
<div className="flex items-center gap-x-2">
<Button
@ -89,7 +86,7 @@ export default function AppearanceOptions() {
variant={reduceTransparent ? 'outline' : 'solid'}
onClick={() => setReduceTransparent(false)}
>
Transparent
Transparency
</Button>
</div>
</div>

View File

@ -158,7 +158,7 @@ const ExtensionCatalog = () => {
{engineActiveExtensions.length !== 0 && (
<div className="mb-3 mt-4 border-b border-[hsla(var(--app-border))] pb-4">
<h6 className="text-base font-semibold text-[hsla(var(--text-primary))]">
Model Provider
Model Providers
</h6>
</div>
)}

View File

@ -89,7 +89,7 @@ const SettingLeftPanel = () => {
).length > 0 && (
<div className="mb-1 mt-4 px-2">
<label className="text-xs font-medium text-[hsla(var(--text-secondary))]">
Model Provider
Model Providers
</label>
</div>
)}

View File

@ -14,7 +14,7 @@ import { selectedSettingAtom } from '@/helpers/atoms/Setting.atom'
export const SettingScreenList = [
'My Models',
'Appearance',
'Hotkey & Shortcut',
'Keyboard Shortcuts',
'Advanced Settings',
'Extensions',
] as const