Update delete configuration label in danger.blade.php

This commit is contained in:
Andras Bacsai 2024-04-12 13:19:47 +02:00
parent 45281360d5
commit 25c4d282ce

View File

@ -10,6 +10,6 @@
again.</strong><br><br></div>
<h4>Actions</h4>
<x-forms.checkbox id="delete_configurations"
label="Permanently delete configuration files of this resource from the server?"></x-forms.checkbox>
label="Permanently delete configuration files from the server?"></x-forms.checkbox>
</x-modal-confirmation>
</div>