Set translations for login link

This commit is contained in:
David Bomba 2023-02-14 07:11:02 +11:00
parent a99c4dfee0
commit 6fc84d7b9a

View File

@ -3,6 +3,6 @@
<h1>{{ ctrans('texts.login_link_requested_label') }}</h1> <h1>{{ ctrans('texts.login_link_requested_label') }}</h1>
<p>{{ ctrans('texts.login_link_requested') }}</p> <p>{{ ctrans('texts.login_link_requested') }}</p>
<a href="{{ $url }}" target="_blank" class="button">Sign in to Invoice Ninja</a> <a href="{{ $url }}" target="_blank" class="button"> {{ ctrans('texts.login')}}</a>
</div> </div>
@endcomponent @endcomponent