Skip to content

Commit 3f728e8

Browse files
samejrclaude
andcommitted
fix(webapp): say single sign-on in the email modal, not identity provider
"Signs you in through its own identity provider" led with the jargon. Single sign-on is the term someone will have been given by whoever set it up, so the sentence now opens with that and leaves the identity provider as the place the address actually lives. "An admin on your account" was also ambiguous - it's an organization admin, and "your account" could be read as the reader's own. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 81bacb1 commit 3f728e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • apps/webapp/app/routes/account._index

apps/webapp/app/routes/account._index/route.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -586,9 +586,9 @@ function EditEmailButton({ isSsoManaged }: { isSsoManaged: boolean }) {
586586
</DialogHeader>
587587
{isSsoManaged ? (
588588
<Paragraph variant="small" className="py-4">
589-
Your organization signs you in through its own identity provider, so your email
590-
address is managed there rather than here. To change it, ask an admin on your account
591-
to update it for you.
589+
Your organization uses single sign-on, so your email address is managed by your
590+
identity provider rather than here. To change it, ask an organization admin to update
591+
it for you.
592592
</Paragraph>
593593
) : (
594594
<fetcher.Form method="post">

0 commit comments

Comments
 (0)