refactor: Update confirmation label in danger.blade.php template
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user