fix typo caused by mass replace
This commit is contained in:
parent
ba18a6bdcc
commit
02e74addbb
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
{% block description %}
|
||||
<p>Session keys are a way of identifying yourself with the system without keeping your password in memory.</p>
|
||||
<p>If someone finds one of your session keys they could possibly compromise your account, if you see any sessions here that shouldn't be here hit the Kill button to kill the selected usession.</p>
|
||||
<p>If someone finds one of your session keys they could possibly compromise your account, if you see any sessions here that shouldn't be here hit the Kill button to kill the selected session.</p>
|
||||
<p>If you get logged out after clicking one you've most likely killed your current session, to make it easier to avoid this from happening your current session is highlighted.</p>
|
||||
{% endblock %}
|
||||
|
||||
|
|
Reference in a new issue