fix: update copy error message (#3977)

* fix: update copy error message

* chore: copy nits
This commit is contained in:
Faisal Amir 2024-11-08 16:42:54 +07:00 committed by GitHub
parent 1dc2b4d9ef
commit 5bac278be4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ const ErrorMessage = ({ message }: { message: ThreadMessage }) => {
>
{getErrorTitle()}
<p>
Jans in beta. Access&nbsp;
{`Something's wrong.`} Access&nbsp;
<span
className="cursor-pointer text-[hsla(var(--app-link))] underline"
onClick={() => setModalTroubleShooting(true)}

View File

@ -110,9 +110,9 @@ const LoadModelError = () => {
} else {
return (
<div>
Apologies, somethings amiss!
Apologies, {`Something's wrong.`}.&nbsp;
<p>
Jans in beta. Access&nbsp;
Access&nbsp;
<span
className="cursor-pointer text-[hsla(var(--app-link))]"
onClick={() => setModalTroubleShooting(true)}