Skip to content

Commit

Permalink
fix: copy
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-chaturvedi committed Nov 5, 2024
1 parent f0a6d4d commit 4c4e971
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,13 +243,13 @@ export default function ServiceAccounts({ params }: { params: { team: string; ap
<div className="py-4">
<Alert variant="info" icon={true}>
<p>
All organisation members are added to this App. You can invite more
users from the{' '}
All Service Accounts have been added to this App. You can create more
Service Accounts from the{' '}
<Link
className="font-semibold hover:underline"
href={`/${params.team}/access/members`}
href={`/${params.team}/access/service-accounts`}
>
organisation members
organisation access
</Link>{' '}
page.
</p>
Expand Down

0 comments on commit 4c4e971

Please sign in to comment.