Skip to content

Commit

Permalink
Merge pull request #5526 from freedomofpress/translator-feedback-1_6_0
Browse files Browse the repository at this point in the history
Address translator feedback: a Mac -> macOS
  • Loading branch information
zenmonkeykstop authored Sep 24, 2020
2 parents 1f5b5fd + af3abd5 commit 0d4960d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securedrop/source_templates/why-journalist-key.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1>{{ gettext("Why download the team's public key?") }}</h1>
<li>{{ gettext('Import it into your GPG keyring.') }}
<ul>
<li>{{ gettext('If you are using <a href="{url}">Tails</a>, you can double-click the <code>.asc</code> file you just downloaded and it will be automatically imported to your keyring.').format(url='https://tails.boum.org') }}</li>
<li>{{ gettext('If you are using a Mac or Linux, open the terminal. You can import the key with:<p><code>gpg --import /path/to/{submission_key_fpr_filename}</code></p>').format(url_for('info.download_journalist_pubkey'), submission_key_fpr_filename=submission_key_fpr + '.asc')|safe }}</li>
<li>{{ gettext('If you are using macOS or Linux, open the terminal. You can import the key with:<p><code>gpg --import /path/to/{submission_key_fpr_filename}</code></p>').format(url_for('info.download_journalist_pubkey'), submission_key_fpr_filename=submission_key_fpr + '.asc')|safe }}</li>
</ul>
</li>
<li>{{ gettext('Encrypt your submission. Open the terminal and enter this gpg command:') }}
Expand Down

0 comments on commit 0d4960d

Please sign in to comment.