mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for translation string in subscriptions
This commit is contained in:
parent
8760068a8c
commit
0f6d782b05
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user