manager: instuct opening user switch link in private window (#45513)

This commit is contained in:
Valentin Deniaud 2021-03-10 16:54:29 +01:00
parent 62b7fb4d60
commit e15dd60dba
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<form>
<p>
{% blocktrans trimmed with fullname=user.get_full_name %}
To switch to user {{ fullname }}, use the following link
To switch to user {{ fullname }}, open the following link in a private window
(it expires after <span class="js-seconds-until" data-target="#su-link" data-replace="Expired!">{{ duration }}</span> seconds).
{% endblocktrans %}
</p>