Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring security level instructions up to date #6320

Merged
merged 1 commit into from
Mar 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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