Ajust text

This commit is contained in:
ayntk-ai 2024-08-29 18:08:58 +02:00
parent 182af1ec18
commit d984bec175
No known key found for this signature in database

View file

@ -195,7 +195,7 @@ class="absolute top-0 right-0 flex items-center justify-center w-8 h-8 mt-5 mr-5
@if($confirmWithText)
<div class="mb-4">
<h4 class="text-lg font-semibold mb-2">Confirm Actions</h4>
<p class="text-sm mb-2">Please confirm the actions by entering the text seen below</p>
<p class="text-sm mb-2">Please confirm the execution of the actions by entering the Resource Name below</p>
<div class="relative mb-2">
<input
@ -225,13 +225,13 @@ class="absolute right-2 top-1/2 transform -translate-y-1/2 text-gray-500 hover:t
</div>
<label for="userConfirmText" class="block text-sm font-medium text-gray-700 dark:text-gray-300 mt-4">
Confirmation Text
Resource Name
</label>
<input
type="text"
x-model="userConfirmText"
class="w-full p-2 rounded text-black input mt-1"
placeholder="Type the confirmation text here"
placeholder="Type the Resource Name here"
>
</div>
@endif