Skip to content

Commit

Permalink
clarify the means of extending your timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren committed Nov 2, 2016
1 parent 667009a commit 466493b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session_security/templates/session_security/dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="session_security_overlay"></div>
<div class="session_security_modal" role="document" tabindex="-1">
<h3>{% trans 'Your session is about to expire' %}</h3>
<p>{% trans 'Click to extend your session.' %}</p>
<p>{% trans 'Click or type to extend your session.' %}</p>
</div>
</div>

0 comments on commit 466493b

Please sign in to comment.