diff --git a/frontend/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.ts b/frontend/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.ts index 5ac59787a..45455d636 100644 --- a/frontend/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.ts +++ b/frontend/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.ts @@ -119,7 +119,7 @@ const sshSpec = { type: 'string', name: 'SSH Key', description: - 'Enter the SSH public key of you would like to authorize for root access to your Embassy.', + 'Enter the SSH public key you would like to authorize for root access to your Embassy.', nullable: false, masked: false, copyable: false,