Skip to content

Commit 5196a70

Browse files
Merge pull request #1503 from rvdwegen/patch-4
Updated "tokens" references to token
2 parents 806cd58 + 1f7ff77 commit 5196a70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/views/cipp/Setup.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ const Setup = () => {
106106
<RFFCFormRadio
107107
value="ExistingSAM"
108108
name="SetupType"
109-
label="I have an existing SAM application and would like to manually enter my tokens, or update them."
109+
label="I have an existing SAM application and would like to manually enter my token, or update them."
110110
></RFFCFormRadio>
111111
<RFFCFormRadio
112112
value="RefreshTokensOnly"
113113
name="SetupType"
114-
label="I would like to refresh my tokens or replace the user I've used for my previous tokens."
114+
label="I would like to refresh my token or replace the user I've used for my previous token."
115115
></RFFCFormRadio>
116116
<hr className="my-4" />
117117
</CippWizard.Page>
@@ -124,7 +124,7 @@ const Setup = () => {
124124
<Condition when="SetupType" is="RefreshTokensOnly">
125125
<CRow className="mb-3">
126126
<CCol md={6} className="mb-3">
127-
Click the buttons below to refresh your tokens.
127+
Click the buttons below to refresh your token.
128128
<br /> Remember to login under a account that has been added to the correct GDAP
129129
groups or the group 'AdminAgents'. After confirmation that the refresh is successful,
130130
the token cache must be cleared.

0 commit comments

Comments
 (0)