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 13, 2023
1 parent 50c9ad5 commit aafc38f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h3 *ngIf="updateToBeta" [translate]="'plugins.manage.label_release_notes_beta'"
</div>
<div class="modal-footer justify-content-between" *ngIf="!onlineUpdateOk || actionComplete || showReleaseNotes || actionFailed">
<div class="text-left">
<button *ngIf="!justUpdatedPlugin && !actionFailed" type="button" class="btn btn-elega mr-auto" data-dismiss="modal" (click)="activeModal.dismiss('Dismiss')">
<button *ngIf="!justUpdatedPlugin && !actionFailed" type="button" class="btn btn-elegant mr-auto" data-dismiss="modal" (click)="activeModal.dismiss('Dismiss')">
{{ 'form.button_close' | translate }}
</button>
</div>
Expand Down

0 comments on commit aafc38f

Please sign in to comment.