Merge branch 'main' into docs/add-troubleshooting
This commit is contained in:
commit
e3f758bf98
@ -131,7 +131,7 @@ export default function DropdownListSidebar() {
|
||||
|
||||
{finishInit && (
|
||||
<TooltipContent sideOffset={10}>
|
||||
<span>To change model, please start a new thread</span>
|
||||
<span>Start a new thread to change the model</span>
|
||||
<TooltipArrow />
|
||||
</TooltipContent>
|
||||
)}
|
||||
|
||||
@ -126,7 +126,7 @@ const ChatBody: React.FC = () => {
|
||||
className="mt-10 flex flex-col items-center"
|
||||
>
|
||||
<span className="mb-3 text-center text-sm font-medium text-gray-500">
|
||||
Whoops! Jan's generation was interrupted. Let's
|
||||
Oops! The generation was interrupted. Let's
|
||||
give it another go!
|
||||
</span>
|
||||
<Button
|
||||
|
||||
@ -44,7 +44,7 @@ const Advanced = () => {
|
||||
</h6>
|
||||
</div>
|
||||
<p className="whitespace-pre-wrap leading-relaxed">
|
||||
Open the directory where the app data is located.
|
||||
Open the directory where your app data, like conversation history and model configurations, is located.
|
||||
</p>
|
||||
</div>
|
||||
<Button
|
||||
|
||||
@ -9,7 +9,7 @@ export default function AppearanceOptions() {
|
||||
<h6 className="text-sm font-semibold capitalize">
|
||||
Base color scheme
|
||||
</h6>
|
||||
<p className="leading-relaxed ">Choose Jan default color scheme.</p>
|
||||
<p className="leading-relaxed ">Choose between light and dark modes.</p>
|
||||
</div>
|
||||
<ToggleTheme />
|
||||
</div>
|
||||
@ -17,7 +17,7 @@ export default function AppearanceOptions() {
|
||||
<div className="flex-shrink-0 space-y-1">
|
||||
<h6 className="text-sm font-semibold capitalize">Accent Color</h6>
|
||||
<p className="leading-relaxed ">
|
||||
Choose the accent color used throughout the app.
|
||||
Choose the primary accent color used throughout the app.
|
||||
</p>
|
||||
</div>
|
||||
<ToggleAccent />
|
||||
|
||||
@ -59,7 +59,7 @@ export default function SystemMonitorScreen() {
|
||||
{activeModel && (
|
||||
<div className="mt-8 overflow-hidden rounded-xl border border-border shadow-sm">
|
||||
<div className="px-6 py-5">
|
||||
<h4 className="text-base font-medium">Running Models</h4>
|
||||
<h4 className="text-base font-medium">Actively Running Models</h4>
|
||||
</div>
|
||||
<div className="relative overflow-x-auto shadow-md">
|
||||
<table className="w-full px-8">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user