Skip to content

Commit

Permalink
fix: missing translation in confirm.blade.php (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrunotome authored Mar 20, 2024
1 parent 73c4d72 commit 7637b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/confirm.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class="fixed z-30 inset-0 bg-black/75"
<input
type="password"
name="password"
placeholder="Password"
placeholder="{{ __('Password') }}"
v-on:change="confirm.setPassword($event.target.value)"
class="rounded-md block w-full border-0 focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 disabled:opacity-50 disabled:bg-gray-50 disabled:cursor-not-allowed"
@keyup.enter="confirm.confirm"
Expand Down Expand Up @@ -73,4 +73,4 @@ class="mt-3 w-full inline-flex justify-center rounded-md border border-gray-300
</x-splade-component>
</x-splade-component>
</template>
</SpladeConfirm>
</SpladeConfirm>

0 comments on commit 7637b4a

Please sign in to comment.