Set translations for login link

(cherry picked from commit 6fc84d7b9a)
This commit is contained in:
David Bomba 2023-02-14 07:11:02 +11:00
parent ee920b3a1f
commit 692a419c57

View file

@ -3,6 +3,6 @@
<h1>{{ ctrans('texts.login_link_requested_label') }}</h1>
<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>
@endcomponent