Skip to content

Commit 1a8d153

Browse files
committed
refactor: Update confirmation label in danger.blade.php template
1 parent 4af6caa commit 1a8d153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/project/shared/danger.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</div>
77
<x-modal-confirmation title="Confirm Resource Deletion?" buttonTitle="Delete" isErrorButton submitAction="delete"
88
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"
9+
confirmationLabel="Please confirm the execution of the actions by entering the Resource Name below"
1010
shortConfirmationLabel="Resource Name" step3ButtonText="Permanently Delete" />
1111
</div>

0 commit comments

Comments
 (0)