chore: copy fixes

This commit is contained in:
0xSage 2023-12-22 12:11:09 +08:00
parent c9d0566e37
commit cf4de3f30f
5 changed files with 6 additions and 6 deletions

View File

@ -131,7 +131,7 @@ export default function DropdownListSidebar() {
{finishInit && ( {finishInit && (
<TooltipContent sideOffset={10}> <TooltipContent sideOffset={10}>
<span>To change model, please start a new thread</span> <span>Start a new thread to change the model</span>
<TooltipArrow /> <TooltipArrow />
</TooltipContent> </TooltipContent>
)} )}

View File

@ -126,7 +126,7 @@ const ChatBody: React.FC = () => {
className="mt-10 flex flex-col items-center" className="mt-10 flex flex-col items-center"
> >
<span className="mb-3 text-center text-sm font-medium text-gray-500"> <span className="mb-3 text-center text-sm font-medium text-gray-500">
Whoops! Jan&apos;s generation was interrupted. Let&apos;s Oops! The generation was interrupted. Let&apos;s
give it another go! give it another go!
</span> </span>
<Button <Button

View File

@ -44,7 +44,7 @@ const Advanced = () => {
</h6> </h6>
</div> </div>
<p className="whitespace-pre-wrap leading-relaxed"> <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> </p>
</div> </div>
<Button <Button

View File

@ -9,7 +9,7 @@ export default function AppearanceOptions() {
<h6 className="text-sm font-semibold capitalize"> <h6 className="text-sm font-semibold capitalize">
Base color scheme Base color scheme
</h6> </h6>
<p className="leading-relaxed ">Choose Jan default color scheme.</p> <p className="leading-relaxed ">Choose between light and dark modes.</p>
</div> </div>
<ToggleTheme /> <ToggleTheme />
</div> </div>
@ -17,7 +17,7 @@ export default function AppearanceOptions() {
<div className="flex-shrink-0 space-y-1"> <div className="flex-shrink-0 space-y-1">
<h6 className="text-sm font-semibold capitalize">Accent Color</h6> <h6 className="text-sm font-semibold capitalize">Accent Color</h6>
<p className="leading-relaxed "> <p className="leading-relaxed ">
Choose the accent color used throughout the app. Choose the primary accent color used throughout the app.
</p> </p>
</div> </div>
<ToggleAccent /> <ToggleAccent />

View File

@ -59,7 +59,7 @@ export default function SystemMonitorScreen() {
{activeModel && ( {activeModel && (
<div className="mt-8 overflow-hidden rounded-xl border border-border shadow-sm"> <div className="mt-8 overflow-hidden rounded-xl border border-border shadow-sm">
<div className="px-6 py-5"> <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>
<div className="relative overflow-x-auto shadow-md"> <div className="relative overflow-x-auto shadow-md">
<table className="w-full px-8"> <table className="w-full px-8">