diff --git a/web/containers/DropdownListSidebar/index.tsx b/web/containers/DropdownListSidebar/index.tsx index 4a079317f..86203ddff 100644 --- a/web/containers/DropdownListSidebar/index.tsx +++ b/web/containers/DropdownListSidebar/index.tsx @@ -131,7 +131,7 @@ export default function DropdownListSidebar() { {finishInit && ( - To change model, please start a new thread + Start a new thread to change the model )} diff --git a/web/screens/Chat/ChatBody/index.tsx b/web/screens/Chat/ChatBody/index.tsx index 3f92eaa8e..4d86e9e44 100644 --- a/web/screens/Chat/ChatBody/index.tsx +++ b/web/screens/Chat/ChatBody/index.tsx @@ -126,7 +126,7 @@ const ChatBody: React.FC = () => { className="mt-10 flex flex-col items-center" > - Whoops! Jan's generation was interrupted. Let's + Oops! The generation was interrupted. Let's give it another go! { - Open the directory where the app data is located. + Open the directory where your app data, like conversation history and model configurations, is located. Base color scheme - Choose Jan default color scheme. + Choose between light and dark modes. @@ -17,7 +17,7 @@ export default function AppearanceOptions() { Accent Color - Choose the accent color used throughout the app. + Choose the primary accent color used throughout the app. diff --git a/web/screens/SystemMonitor/index.tsx b/web/screens/SystemMonitor/index.tsx index 61286599a..63366901a 100644 --- a/web/screens/SystemMonitor/index.tsx +++ b/web/screens/SystemMonitor/index.tsx @@ -59,7 +59,7 @@ export default function SystemMonitorScreen() { {activeModel && ( - Running Models + Actively Running Models
- Open the directory where the app data is located. + Open the directory where your app data, like conversation history and model configurations, is located.
Choose Jan default color scheme.
Choose between light and dark modes.
- Choose the accent color used throughout the app. + Choose the primary accent color used throughout the app.