You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only get the squiggles for translations inside curl brackets
Mimimal Code Sample
{{-- This works. Save will say Translation [Save] not found --}}
<flux:buttonvariant="primary"type="submit"class="w-full">{{__('Save') }}</flux:button>
{{-- This doesn't work --}}
<flux:inputwire:model="password_confirmation":label="__('Confirm Password')"
/>