File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,12 +106,12 @@ const Setup = () => {
106
106
< RFFCFormRadio
107
107
value = "ExistingSAM"
108
108
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."
110
110
> </ RFFCFormRadio >
111
111
< RFFCFormRadio
112
112
value = "RefreshTokensOnly"
113
113
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 ."
115
115
> </ RFFCFormRadio >
116
116
< hr className = "my-4" />
117
117
</ CippWizard . Page >
@@ -124,7 +124,7 @@ const Setup = () => {
124
124
< Condition when = "SetupType" is = "RefreshTokensOnly" >
125
125
< CRow className = "mb-3" >
126
126
< CCol md = { 6 } className = "mb-3" >
127
- Click the buttons below to refresh your tokens .
127
+ Click the buttons below to refresh your token .
128
128
< br /> Remember to login under a account that has been added to the correct GDAP
129
129
groups or the group 'AdminAgents'. After confirmation that the refresh is successful,
130
130
the token cache must be cleared.
You can’t perform that action at this time.
0 commit comments