Skip to content

Commit 8adf405

Browse files
committed
refactor: Update delete server confirmation modal buttons
1 parent dedf2cf commit 8adf405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/server/delete.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<x-modal-confirmation title="Confirm Server Deletion?" isErrorButton buttonTitle="Delete"
1717
submitAction="delete" :actions="['This server will be permanently deleted.']" confirmationText="{{ $server->name }}"
1818
confirmationLabel="Please confirm the execution of the actions by entering the Server Name below"
19-
shortConfirmationLabel="Server Name" step2ButtonText="Permanently Delete" />
19+
shortConfirmationLabel="Server Name" step2ButtonText="Continue" step3ButtonText="Permanently Delete" />
2020
@endif
2121
@endif
2222
</div>

0 commit comments

Comments
 (0)