Skip to content

Commit

Permalink
Merge pull request #47 from mindvalley/chore/update-oauth-page-text
Browse files Browse the repository at this point in the history
Fix the Oauth page text
  • Loading branch information
onimsha authored Jul 15, 2024
2 parents 50d0546 + c32ca0e commit b8d86fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/auth/login/LoginText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export const LoginText = () => {
}

return (
<>Log In to {settings?.enterpriseSettings?.application_name || "Danswer"}</>
<>Log In to Eve<sup className="ai-superscript">AI</sup></>
);
};

0 comments on commit b8d86fd

Please sign in to comment.