Skip to content

Commit

Permalink
Fixes #37804 - Unable to load gpg key using downloaded key file (#11136)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjha4 authored Sep 11, 2024
1 parent 326474f commit 9a6a7a0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h2 translate>Create Content Credential</h2>
ng-upload="uploadContent(content)"
upload-options-enable-rails-csrf>

<div bst-form-group label="{{ 'Name' | translate }}">
<div bst-form-group label="{{ 'Name *' | translate }}">
<input id="name"
name="name"
ng-model="contentCredential.name"
Expand All @@ -28,15 +28,15 @@ <h2 translate>Create Content Credential</h2>
</select>
</div>

<div bst-form-group label="{{ 'Content Credential Contents' | translate }}">
<div bst-form-group label="{{ 'Content Credential Contents *' | translate }}">
<textarea name="content"
ng-model="contentCredential.pastedContent"
tabindex="1"
class="form-control"
style="font-family: monospace"
rows="15"
placeholder="{{ 'Paste contents of Content Credential' | translate }}"
required>
>
</textarea>
</div>

Expand Down

0 comments on commit 9a6a7a0

Please sign in to comment.