refactor: Update confirmation label in danger.blade.php template

This commit is contained in:
Andras Bacsai
2024-09-25 09:27:17 +02:00
parent 4af6caa79c
commit 1a8d15390d

View File

@@ -6,6 +6,6 @@
</div>
<x-modal-confirmation title="Confirm Resource Deletion?" buttonTitle="Delete" isErrorButton submitAction="delete"
buttonTitle="Delete" :checkboxes="$checkboxes" :actions="['Permanently delete all containers of this resource.']" confirmationText="{{ $resourceName }}"
confirmationLabel="Please confirm the execution of the actions by entering the NAME of the resource below"
confirmationLabel="Please confirm the execution of the actions by entering the Resource Name below"
shortConfirmationLabel="Resource Name" step3ButtonText="Permanently Delete" />
</div>