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>
This commit is contained in:
Mariusz Kogen
2024-07-29 19:25:01 +02:00
committed by GitHub
parent 75e5250509
commit dafa638558

View File

@@ -80,7 +80,7 @@ const ADD_OPTIONS: Partial<TuiDialogOptions<{ message: string }>> = {
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.',
},
}