refactor: Update confirmation label in danger.blade.php template
This commit is contained in:
parent
4af6caa79c
commit
1a8d15390d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,6 +6,6 @@
|
||||||
</div>
|
</div>
|
||||||
<x-modal-confirmation title="Confirm Resource Deletion?" buttonTitle="Delete" isErrorButton submitAction="delete"
|
<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 }}"
|
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" />
|
shortConfirmationLabel="Resource Name" step3ButtonText="Permanently Delete" />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue