mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-05 23:30:02 +01:00
Change heading of SSH key form to clarify public key is required
Closes #2326
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user