Skip to content

Commit

Permalink
Changed popup to be in line with project visuals and standards
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikBuetler committed Jun 11, 2024
1 parent 68e7c7a commit b4d04ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/builder/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function checkPercentageIntervals(dependency){
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Cancel"
<button type="button" class="close" data-dismiss="modal" aria-label="Close"
onclick="document.getElementById('form').reset()">
<span aria-hidden="true">&times;</span></button>
<h4 class="modal-title">Select Deployment</h4>
Expand Down

0 comments on commit b4d04ca

Please sign in to comment.