Skip to content

Commit

Permalink
Update manage-plugins-modal.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mkz212 authored Nov 12, 2023
1 parent 95eb010 commit 5e60c77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ <h4 class="primary-text text-center" [translate]="'plugins.manage.label_manual_u
<hr>
</div>
<div *ngIf="showReleaseNotes && !actionComplete" class="modal-body plugin-modal-body">
<h6>{{ release.name }}</h6>
<h3 *ngIf="!updateToBeta" [translate]="'plugins.manage.label_release_notes'">Release Notes</h3>
<h3 *ngIf="updateToBeta" [translate]="'plugins.manage.label_release_notes_beta'">Beta Information</h3>
<h5>{{ release.name }}</h5>
<markdown class="plugin-md" [data]="release.changelog"></markdown>
</div>
<div class="modal-footer justify-content-between" *ngIf="!onlineUpdateOk || actionComplete || showReleaseNotes || actionFailed">
Expand Down

0 comments on commit 5e60c77

Please sign in to comment.