Skip to content

Commit

Permalink
Bring security level instructions up to date
Browse files Browse the repository at this point in the history
Tor Browser changed its UI for how security levels are set, so we
instruct sources with better specificity
  • Loading branch information
eaon committed Mar 7, 2022
1 parent 8e61004 commit 92d09af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions securedrop/source_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ <h2 id="security-level-heading" hidden>{{ gettext('How to change your security l
<li>
{{ gettext('Click the <img src="{icon}" alt="&quot;Security Level&quot; button"> in the toolbar above').format(icon=url_for("static", filename="i/font-awesome/black/guard.svg")) }}
</li>
<li>{{ gettext('Select <b>Advanced Security Settings</b>') }}</li>
<li>{{ gettext('Select <b>Safest</b>') }}</li>
<li>{{ gettext('Click <b>Change</b> to open Security Level preferences') }}</li>
<li>{{ gettext('Select <b>Safest</b> and close the preferences tab') }}</li>
</ol>
<p>
{{ gettext('<a href="/" aria-label="Follow these instructions, then refresh this page">Refresh this page</a>, and you\'re done!') }}
Expand Down

0 comments on commit 92d09af

Please sign in to comment.