diff --git a/frontend-modern/src/components/Settings/DockerAgents.tsx b/frontend-modern/src/components/Settings/DockerAgents.tsx index d6ea5a6..b6ba722 100644 --- a/frontend-modern/src/components/Settings/DockerAgents.tsx +++ b/frontend-modern/src/components/Settings/DockerAgents.tsx @@ -240,7 +240,6 @@ const modalCommandProgress = createMemo(() => { setShowGenerateTokenModal(false); setNewTokenName(''); setLatestRecord(record); - setStepTwoComplete(true); showTokenReveal({ token, record, @@ -504,8 +503,8 @@ WantedBy=multi-user.target`; : 'border-blue-200 bg-blue-50 text-blue-800 dark:border-blue-800 dark:bg-blue-900/20 dark:text-blue-200' }`}> {stepTwoComplete() - ? 'Token ready. You can continue to the install command.' - : 'Stored token detected. Confirm to insert it into the install command.'} + ? 'Token inserted. Proceed to the install command below.' + : 'Stored token detected. Press confirm to insert it into the command.'} @@ -527,7 +526,7 @@ WantedBy=multi-user.target`;
- Tokens are optional on this Pulse instance. Confirm to continue to the install command. + Tokens are optional on this Pulse instance. Confirm to generate commands without embedding a token.
diff --git a/frontend-modern/src/components/Settings/HostAgents.tsx b/frontend-modern/src/components/Settings/HostAgents.tsx index 1f7b5bf..f8c2d96 100644 --- a/frontend-modern/src/components/Settings/HostAgents.tsx +++ b/frontend-modern/src/components/Settings/HostAgents.tsx @@ -276,7 +276,6 @@ export const HostAgents: Component = (props) => { setShowGenerateTokenModal(false); setNewTokenName(''); setLatestRecord(record); - setStepTwoComplete(true); showTokenReveal({ token, record, @@ -464,8 +463,8 @@ export const HostAgents: Component = (props) => { : 'border-blue-200 bg-blue-50 text-blue-800 dark:border-blue-800 dark:bg-blue-900/20 dark:text-blue-200' }`}> {stepTwoComplete() - ? 'Token ready. You can continue to the commands.' - : 'Stored token detected. Confirm to insert it into the commands below.'} + ? 'Token inserted. Proceed to the install commands below.' + : 'Stored token detected. Press confirm to insert it into each command.'} @@ -487,7 +486,7 @@ export const HostAgents: Component = (props) => {
- Tokens are optional on this Pulse instance. Confirm to continue to the install commands. + Tokens are optional on this Pulse instance. Confirm to generate commands without embedding a token.