Fix FLEXIAPI-316 Typos in the views

This commit is contained in:
Timothée Jaussoin 2025-06-04 15:15:18 +02:00
parent c3dcbab9cc
commit d8635a619c
2 changed files with 1 additions and 2 deletions

View file

@ -28,7 +28,6 @@
<div class="large" style="margin-top: 2rem;">
<p>
{{ __("You didn't receive the code?") }}
<a class="btn secondary" href="{{ route('account.email.change') }}">{{ __('Resend') }}</a>
</p>

View file

@ -28,7 +28,7 @@
<div class="large" style="margin-top: 2rem;">
<p>
{{ __("You didn't receive the code?"") }}
{{ __("You didn't receive the code?") }}
<a class="btn secondary" href="{{ route('account.phone.change') }}">{{ __('Resend') }}</a>
</p>
</div>