From ebc7b89d006cb05e02a4223dee1f802fc1dd0b38 Mon Sep 17 00:00:00 2001 From: amnak613 Date: Wed, 30 Oct 2024 14:39:04 -0700 Subject: [PATCH 1/4] fixed hotp file annotation --- .../journalist_templates/account_new_two_factor_hotp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securedrop/journalist_templates/account_new_two_factor_hotp.html b/securedrop/journalist_templates/account_new_two_factor_hotp.html index c861215e73..22f07f1f3b 100644 --- a/securedrop/journalist_templates/account_new_two_factor_hotp.html +++ b/securedrop/journalist_templates/account_new_two_factor_hotp.html @@ -3,7 +3,7 @@ {% block tab_title %}{{ gettext('Enable YubiKey (OATH-HOTP)') }}{% endblock %} {% block body %} -

{{ gettext('Enable YubiKey (OATH-HOTP)') }}

+

{{ gettext('Enable YubiKey (OATH-HOTP)') }}

{{ gettext('Once you have configured your YubiKey, enter the 6-digit verification code below:') }}

From 5e7ec670d67867564e5e533deb948e2c16ebb2ad Mon Sep 17 00:00:00 2001 From: amnak613 Date: Wed, 30 Oct 2024 14:41:46 -0700 Subject: [PATCH 2/4] updated text in admin file --- securedrop/journalist_templates/admin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securedrop/journalist_templates/admin.html b/securedrop/journalist_templates/admin.html index fe522bb5d6..78da58ad24 100644 --- a/securedrop/journalist_templates/admin.html +++ b/securedrop/journalist_templates/admin.html @@ -85,7 +85,7 @@

Users

- {{ gettext('INSTANCE CONFIG') }} + {{ gettext('INSTANCE CONFIGURATION') }} {% endblock %} From 4b24a44dd14de26f40b2042640b4fd0397f2d16f Mon Sep 17 00:00:00 2001 From: amnak613 Date: Wed, 30 Oct 2024 14:51:00 -0700 Subject: [PATCH 3/4] updated the source templates --- securedrop/source_templates/lookup.html | 4 ++-- securedrop/source_templates/why-public-key.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/securedrop/source_templates/lookup.html b/securedrop/source_templates/lookup.html index 1a20b86f60..74aa95ce7a 100644 --- a/securedrop/source_templates/lookup.html +++ b/securedrop/source_templates/lookup.html @@ -26,9 +26,9 @@

{{ gettext('Submit Messages') }}

{% if allow_document_uploads %} - {{ gettext('If you are already familiar with GPG, you can optionally encrypt your files and messages with our public key before submission. Files are encrypted as they are received by SecureDrop.').format(url=url_for('info.download_public_key')) }} + {{ gettext('If you are already familiar with GPG, you can optionally encrypt your files and messages with our public key before submission. Files are encrypted as they are received by SecureDrop.').format(url=url_for('info.download_public_key')) }} {% else %} - {{ gettext('If you are already familiar with GPG, you can optionally encrypt your messages with our public key before submission.').format(url=url_for('info.download_public_key')) }} + {{ gettext('If you are already familiar with GPG, you can optionally encrypt your messages with our public key before submission.').format(url=url_for('info.download_public_key')) }} {% endif %} {{ gettext('Learn more.').format(url=url_for('info.why_download_public_key')) }}

diff --git a/securedrop/source_templates/why-public-key.html b/securedrop/source_templates/why-public-key.html index 3c4014b3c2..6dc86a3f03 100644 --- a/securedrop/source_templates/why-public-key.html +++ b/securedrop/source_templates/why-public-key.html @@ -6,12 +6,12 @@

{{ gettext("Why download the team's public key?") }}

{{ gettext("SecureDrop encrypts files and messages after they are submitted. Encrypting messages and files before submission can provide an extra layer of security before your data reaches the SecureDrop server.") }}

-

{{ gettext("If you are already familiar with the GPG encryption software, you may wish to encrypt your submissions yourself. To do so:") }} +

{{ gettext("If you are already familiar with the GPG encryption software, you may wish to encrypt your submissions yourself. To do so:") }}

  1. {{ gettext('Download the public key. It will be saved to a file called:

    {submission_key_fpr_filename}

    ').format(url=url_for('info.download_public_key'), submission_key_fpr_filename=submission_key_fpr + '.asc')|safe }}
  2. -
  3. {{ gettext('Import it into your GPG keyring.') }} +
  4. {{ gettext('Import it into your GPG keyring.') }}