Skip to content

Commit e48ae19

Browse files
update advertising token tooltip definition
1 parent 982403a commit e48ae19

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

web-integrations/google-secure-signals/client-side/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2>${IDENTITY_NAME} Integration Status</h2>
4444
<div class="tooltip">
4545
<span class="tooltip-trigger">?</span>
4646
<div class="tooltip-content">
47-
The encrypted ${IDENTITY_NAME} token passed to ad systems without exposing raw user identity. It is automatically refreshed by the SDK in the background when expired.
47+
The encrypted ${IDENTITY_NAME} token that is passed to ad systems without exposing raw user identity. It is automatically refreshed by the SDK in the background when expired.
4848
</div>
4949
</div>
5050
</div>

web-integrations/javascript-sdk/client-side/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h2>${IDENTITY_NAME} Integration Status</h2>
112112
<div class="tooltip">
113113
<span class="tooltip-trigger">?</span>
114114
<div class="tooltip-content">
115-
The encrypted ${IDENTITY_NAME} token passed to ad systems without exposing raw user identity. It is automatically refreshed by the SDK in the background when expired.
115+
The encrypted ${IDENTITY_NAME} token that is passed to ad systems without exposing raw user identity. It is automatically refreshed by the SDK in the background when expired.
116116
</div>
117117
</div>
118118
</div>

web-integrations/prebid-integrations/client-side/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ <h2>${IDENTITY_NAME} Integration Status</h2>
228228
<div class="tooltip">
229229
<span class="tooltip-trigger">?</span>
230230
<div class="tooltip-content">
231-
The encrypted ${IDENTITY_NAME} token passed to ad systems without exposing raw user identity. It is automatically refreshed by the SDK in the background when expired.
231+
The encrypted ${IDENTITY_NAME} token that is passed to ad systems without exposing raw user identity. It is automatically refreshed by the SDK in the background when expired.
232232
</div>
233233
</div>
234234
</div>

web-integrations/prebid-secure-signals/client-side/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ <h2>${IDENTITY_NAME} Integration Status</h2>
313313
<div class="tooltip">
314314
<span class="tooltip-trigger">?</span>
315315
<div class="tooltip-content">
316-
The encrypted ${IDENTITY_NAME} token passed to ad systems without exposing raw user identity. It is automatically refreshed by the SDK in the background when expired.
316+
The encrypted ${IDENTITY_NAME} token that is passed to ad systems without exposing raw user identity. It is automatically refreshed by the SDK in the background when expired.
317317
</div>
318318
</div>
319319
</div>

0 commit comments

Comments
 (0)