From dafa6385588f793429f3b6d4072509709e535931 Mon Sep 17 00:00:00 2001 From: Mariusz Kogen Date: Mon, 29 Jul 2024 19:25:01 +0200 Subject: [PATCH] fix SSH Key message (#2686) * fix SSH Key message * Update web/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.ts --------- Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> --- .../ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.ts b/web/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.ts index 5e474db0f..6cef44cba 100644 --- a/web/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.ts +++ b/web/projects/ui/src/app/pages/server-routes/ssh-keys/ssh-keys.page.ts @@ -80,7 +80,7 @@ const ADD_OPTIONS: Partial> = { label: 'SSH Key', data: { message: - 'Enter the SSH public key 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 StartOS Server.', }, }