Fixes for translation string in subscriptions

This commit is contained in:
David Bomba 2023-02-09 09:23:47 +11:00
parent 8760068a8c
commit 0f6d782b05

View File

@ -209,7 +209,7 @@
@if($steps['passwordless_login_sent'])
<span
class="block mt-2 text-sm text-green-600">{{ ctrans('texts.email_sent') }}</span>
class="block mt-2 text-sm text-green-600">{!! ctrans('texts.sent') !!}</span>
@endif
@endif