fix(strings): correct typo
This commit is contained in:
parent
f1f19d842a
commit
517ee13803
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user