We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dedf2cf commit 8adf405Copy full SHA for 8adf405
resources/views/livewire/server/delete.blade.php
@@ -16,7 +16,7 @@
16
<x-modal-confirmation title="Confirm Server Deletion?" isErrorButton buttonTitle="Delete"
17
submitAction="delete" :actions="['This server will be permanently deleted.']" confirmationText="{{ $server->name }}"
18
confirmationLabel="Please confirm the execution of the actions by entering the Server Name below"
19
- shortConfirmationLabel="Server Name" step2ButtonText="Permanently Delete" />
+ shortConfirmationLabel="Server Name" step2ButtonText="Continue" step3ButtonText="Permanently Delete" />
20
@endif
21
22
</div>
0 commit comments