mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
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:
@@ -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.',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user