Skip to content

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Oct 19, 2020
1 parent dfc1124 commit 055be85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -10,7 +10,7 @@

<template #content>
<div class="max-w-xl text-sm text-gray-600">
If necessary, you may logout of all of your other browser sessions across all of your devices. If you feel your account has been compromised, you should also update your password.
If necessary, you may logout of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.
</div>

<!-- Other Browser Sessions -->
Expand Down
Expand Up @@ -9,7 +9,7 @@

<x-slot name="content">
<div class="max-w-xl text-sm text-gray-600">
{{ __('If necessary, you may logout of all of your other browser sessions across all of your devices. If you feel your account has been compromised, you should also update your password.') }}
{{ __('If necessary, you may logout of all of your other browser sessions across all of your devices. Some of your recent sessions are listed below; however, this list may not be exhaustive. If you feel your account has been compromised, you should also update your password.') }}
</div>

@if (count($this->sessions) > 0)
Expand Down

0 comments on commit 055be85

Please sign in to comment.