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 4af6caa commit 1a8d153Copy full SHA for 1a8d153
resources/views/livewire/project/shared/danger.blade.php
@@ -6,6 +6,6 @@
6
</div>
7
<x-modal-confirmation title="Confirm Resource Deletion?" buttonTitle="Delete" isErrorButton submitAction="delete"
8
buttonTitle="Delete" :checkboxes="$checkboxes" :actions="['Permanently delete all containers of this resource.']" confirmationText="{{ $resourceName }}"
9
- 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"
10
shortConfirmationLabel="Resource Name" step3ButtonText="Permanently Delete" />
11
0 commit comments