fixed grammar nits (#3132)
This commit is contained in:
parent
15bfcff440
commit
bb171a89a4
@ -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>
|
||||
|
||||
@ -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>
|
||||
)}
|
||||
|
||||
@ -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>
|
||||
)}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user