fix(strings): correct typo

This commit is contained in:
Miguel Nogueira 2023-08-16 01:16:58 +01:00
parent f1f19d842a
commit 517ee13803
No known key found for this signature in database
GPG Key ID: 43EF15DB0CC86DDD

View File

@ -378,7 +378,7 @@
</div>
<div class="tab-pane fade p-3" id="sessions" role="tabpanel" aria-labelledby="sessionsTab">
<h5 class="card-title">{{__('Session Manager')}}</h5>
<p class="card-text">{{__('Terminating other sessions is a mustif your account has been compromised.')}}</p>
<p class="card-text">{{__('Terminating other sessions is a must if your account has been compromised.')}}</p>
<p>{{__('Your current session: logged in from :ipAddress', ['ipAddress' => (!$shouldCollect) ? __('0.0.0.0 (censored)') : $ip])}}</p>
<button type="button" class="btn btn-warning" onclick="$('#authenticationForm').modal('show')">{{__('Flush sessions')}}</button>
</div>