Skip to content

Commit 74e75e7

Browse files
wording changes
1 parent e0a5912 commit 74e75e7

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

src/web/screens/apiKeyManagement.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,15 @@ function ApiKeyManagement() {
9292
</p>
9393
<div>
9494
The values you generate on this page are for client-server or server-side integrations.{' '}
95-
<b>Store them securely and keep them secret.</b> For client-side integrations, go to the{' '}
95+
<b>They must be stored securely and kept secret.</b> For an implementation option that
96+
generates UID2 tokens on the client side, go to{' '}
9697
<NavLink
9798
to={`/participant/${participant?.id}/clientSideIntegration`}
9899
className='outside-link'
99100
>
100101
Client-Side Integration
101-
</NavLink>{' '}
102-
page.
102+
</NavLink>
103+
.
103104
</div>
104105
<ScreenContentContainer>
105106
<Suspense fallback={<Loading />}>

src/web/screens/clientSideIntegration.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ function ClientSideIntegration() {
166166
.
167167
</p>
168168
<div>
169-
The values you generate on this page are for client-side integrations. You do not need to
170-
keep them secret. For client-server or server-side integrations, go to the{' '}
169+
The values you generate on this page are public and do not need to be kept secret. For
170+
client-server or server-side integrations, go to{' '}
171171
<NavLink to={`/participant/${participant?.id}/apiKeys`} className='outside-link'>
172172
API Keys
173-
</NavLink>{' '}
174-
page.
173+
</NavLink>
174+
.
175175
</div>
176176

177177
<ScreenContentContainer>

0 commit comments

Comments
 (0)