From 4d376048099bd77da9356c594f5e2953ea1c246e Mon Sep 17 00:00:00 2001 From: BitcoinMechanic Date: Tue, 21 Jun 2022 18:59:31 -0700 Subject: [PATCH] fixed sentence that didn't make sense --- .../ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,