Skip to content

Commit

Permalink
fix: update copy error message
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Nov 8, 2024
1 parent 5271c9f commit 26e2848
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/containers/ErrorMessage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const ErrorMessage = ({ message }: { message: ThreadMessage }) => {
>
{getErrorTitle()}
<p>
Jan’s in beta. Access&nbsp;
Something’s wrong. Access&nbsp;
<span
className="cursor-pointer text-[hsla(var(--app-link))] underline"
onClick={() => setModalTroubleShooting(true)}
Expand Down
4 changes: 2 additions & 2 deletions web/screens/Thread/ThreadCenterPanel/LoadModelError/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ const LoadModelError = () => {
} else {
return (
<div>
Apologies, something’s amiss!
Apologies, Something’s wrong.&nbsp;
<p>
Jan’s in beta. Access&nbsp;
Access&nbsp;
<span
className="cursor-pointer text-[hsla(var(--app-link))]"
onClick={() => setModalTroubleShooting(true)}
Expand Down

0 comments on commit 26e2848

Please sign in to comment.