Skip to content

Commit 9545190

Browse files
Make text translatable in confirm-password livewire view (#628)
Co-authored-by: Claudio Eyzaguirre <ceyzaguirre>
1 parent 8a5cb03 commit 9545190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: stubs/livewire/resources/views/auth/confirm-password.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</x-slot>
66

77
<div class="mb-4 text-sm text-gray-600">
8-
This is a secure area of the application. Please confirm your password before continuing.
8+
{{ __('This is a secure area of the application. Please confirm your password before continuing.') }}
99
</div>
1010

1111
<x-jet-validation-errors class="mb-4" />

0 commit comments

Comments
 (0)