Change heading of SSH key form to clarify public key is required

Closes #2326
This commit is contained in:
Naoki Takezoe
2019-08-06 21:57:08 +09:00
parent d494014011
commit 10a4c3e2a4

View File

@@ -19,7 +19,7 @@
</div>
<form method="POST" action="@context.path/@account.userName/_ssh" validate="true" autocomplete="off">
<div class="panel panel-default">
<div class="panel-heading strong">Add a SSH Key</div>
<div class="panel-heading strong">Add a public SSH Key</div>
<div class="panel-body">
<fieldset class="form-group">
<label for="title" class="strong">Title</label>