Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion app/components/form/fields/SshKeysField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ export function SshKeysField({ control }: { control: Control<InstanceCreateInput
<EmptyMessage
icon={<Key16Icon />}
title="No SSH keys"
body="You need to add a SSH key to be able to see it here"
body="You need to add a key to be able to see it here"
buttonText="Add SSH Key"
onClick={() => setShowAddSshKey(true)}
/>
</div>
)}
Expand Down