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:') }}
-prevent them from logging in with their codename again
+ prevent them from logging in with their codename again
prevent your organization from sending replies
diff --git a/securedrop/journalist_templates/config.html b/securedrop/journalist_templates/config.html
index d4b20fcef0..4800fbe598 100644
--- a/securedrop/journalist_templates/config.html
+++ b/securedrop/journalist_templates/config.html
@@ -78,7 +78,7 @@
{{ gettext('Submission Preferences') }}
- {{ gettext('Filter by codename') }}
+ {{ gettext('Filter by
codename ') }}
{{ gettext('Select All') }}
{{ gettext('Select Unread') }}
{{ gettext('Select None') }}
diff --git a/securedrop/source_templates/error.html b/securedrop/source_templates/error.html
index 11911e90e8..b6b663b8ed 100644
--- a/securedrop/source_templates/error.html
+++ b/securedrop/source_templates/error.html
@@ -7,5 +7,5 @@ {{ gettext('Server error') }}
{{ gettext('Sorry, the website encountered an error and was unable to complete your request.') }}
-{{ gettext('Look up a codename...') }}
+{{ gettext('Look up a codename ...') }}
{% endblock %}
diff --git a/securedrop/source_templates/generate.html b/securedrop/source_templates/generate.html
index df3069ff50..6a166b902d 100644
--- a/securedrop/source_templates/generate.html
+++ b/securedrop/source_templates/generate.html
@@ -5,13 +5,13 @@
{% import 'utils.html' as utils %}
{% block body %}
-{{ gettext('Get Your Codename') }}
+{{ gettext('Get Your codename ') }}
- {{ gettext('A codename in SecureDrop functions as both your username and your password.') }}
+ {{ gettext('A codename in SecureDrop functions as both your username and your password.') }}
- {{ gettext('You will need this codename to log into our SecureDrop later:') }}
+ {{ gettext('You will need this codename to log into our SecureDrop later:') }}
{{ utils.codename(codename) }}
diff --git a/securedrop/source_templates/index.html b/securedrop/source_templates/index.html
index c44b1be8e3..bb41d9c5e6 100644
--- a/securedrop/source_templates/index.html
+++ b/securedrop/source_templates/index.html
@@ -70,7 +70,7 @@ {{ gettext('First submission') }}
{{ gettext('Return visit') }}
- {{ gettext('Already have a codename? Check for replies or submit something new.') }}
+ {{ gettext('Already have a codename ? Check for replies or submit something new.') }}
{{ gettext('LOG IN') }}
diff --git a/securedrop/source_templates/lookup.html b/securedrop/source_templates/lookup.html
index 74aa95ce7a..f705f2f722 100644
--- a/securedrop/source_templates/lookup.html
+++ b/securedrop/source_templates/lookup.html
@@ -78,7 +78,7 @@ {{ gettext('Read Replies') }}
{% if replies %}
- {{ gettext("You have received a reply. To protect your identity in the unlikely event someone learns your codename, please delete all replies when you're done with them. This also lets us know that you are aware of our reply. You can respond by submitting new files and messages above.") }}
+ {{ gettext("You have received a reply. To protect your identity in the unlikely event someone learns your codename , please delete all replies when you're done with them. This also lets us know that you are aware of our reply. You can respond by submitting new files and messages above.") }}
{% for reply in replies %}
{%- set timestamp = utils.relative_time(reply.date) -%}
diff --git a/securedrop/source_templates/notfound.html b/securedrop/source_templates/notfound.html
index cb6c95837a..ec4b2e4c1f 100644
--- a/securedrop/source_templates/notfound.html
+++ b/securedrop/source_templates/notfound.html
@@ -7,5 +7,5 @@
{{ gettext('Page not found') }}
{{ gettext("Sorry, we couldn't locate what you requested.") }}
-
{{ gettext('Look up a codename...') }}
+
{{ gettext('Look up a codename ...') }}
{% endblock %}
diff --git a/securedrop/source_templates/utils.html b/securedrop/source_templates/utils.html
index 6612138e04..f5a47808b0 100644
--- a/securedrop/source_templates/utils.html
+++ b/securedrop/source_templates/utils.html
@@ -6,21 +6,21 @@
{%- macro codename(codename, new=False) -%}
{% if new %}
- {{ gettext('Remember, your codename is:') }}
+ {{ gettext('Remember, your codename is:') }}
{% else %}