Skip to content

Commit

Permalink
chore: copy nits
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSage committed Sep 18, 2024
1 parent daf372f commit 3949515
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const TableActiveModel = () => {
) : (
<tbody>
<tr className="text-[hsla(var(--text-secondary))]">
<td className="p-4">No on-device model running</td>
<td className="p-4">No models are loaded into memory</td>
</tr>
</tbody>
)}
Expand Down
2 changes: 1 addition & 1 deletion web/screens/LocalServer/LocalServerLeftPanel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const LocalServerLeftPanel = () => {
{serverEnabled && (
<Button variant="soft" asChild>
<a href={`http://localhost:${port}`} target="_blank">
API Reference <ExternalLinkIcon size={20} className="ml-2" />
API Playground <ExternalLinkIcon size={20} className="ml-2" />
</a>
</Button>
)}
Expand Down
3 changes: 1 addition & 2 deletions web/screens/Settings/Advanced/FactoryReset/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ const FactoryReset = () => {
</h6>
</div>
<p className="whitespace-pre-wrap font-medium leading-relaxed text-[hsla(var(--text-secondary))]">
Reset the application to its initial state, deleting all your usage
data, including conversation history. This action is irreversible and
Restore app to initial state, erasing all models and chat history. This action is irreversible and
recommended only if the application is in a corrupted state.
</p>
</div>
Expand Down

0 comments on commit 3949515

Please sign in to comment.