diff --git a/frontend-modern/src/components/Settings/NodeModal.tsx b/frontend-modern/src/components/Settings/NodeModal.tsx index a1ef36add..73d1c1c84 100644 --- a/frontend-modern/src/components/Settings/NodeModal.tsx +++ b/frontend-modern/src/components/Settings/NodeModal.tsx @@ -841,7 +841,7 @@ export const NodeModal: Component = (props) => { when={agentInstallCommand().length > 0} fallback={ - Click the button above to copy the install command + Click the copy button to generate the install command } > @@ -963,7 +963,7 @@ export const NodeModal: Component = (props) => { fallback={ {formData().host - ? 'Click the button above to copy the setup command' + ? 'Click the copy button to generate the setup command' : 'Please enter the Host URL above first'} } @@ -1517,7 +1517,7 @@ export const NodeModal: Component = (props) => { fallback={ {formData().host - ? 'Click the button above to copy the setup command' + ? 'Click the copy button to generate the setup command' : '⚠️ Please enter the Host URL above first'} }