From 402928d85573365657eac591fe067286600d7071 Mon Sep 17 00:00:00 2001
From: Amna Khan
Date: Thu, 23 Nov 2023 15:18:29 -0800
Subject: [PATCH 01/12] updated lookup.html annotation
---
securedrop/source_templates/lookup.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/securedrop/source_templates/lookup.html b/securedrop/source_templates/lookup.html
index 43728acd5c..ad64e27056 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')) }}
From ac1ba8d1c51bad0369d90abeac5de73c1882ac2d Mon Sep 17 00:00:00 2001
From: Amna Khan
Date: Sat, 25 Nov 2023 11:29:54 -0800
Subject: [PATCH 02/12] updated logout page
---
securedrop/source_templates/logout.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/securedrop/source_templates/logout.html b/securedrop/source_templates/logout.html
index d706ad82a2..491a8fe0f0 100644
--- a/securedrop/source_templates/logout.html
+++ b/securedrop/source_templates/logout.html
@@ -10,7 +10,7 @@
{{ gettext('One more thing...') }}
- {{ gettext('Click the New Identity button in your Tor Browser\'s toolbar. This will clear your Tor Browser activity data on this device.').format(icon=url_for('static', filename='i/torbroom.png')) }}
+ {{ gettext('Click the New Identity button in your Tor Browser\'s toolbar. This will clear your Tor Browser activity data on this device.').format(icon=url_for('static', filename='i/torbroom.png')) }}
{% endblock %}
From 30df379ea3a3ed7761a2cfca24beba472718b646 Mon Sep 17 00:00:00 2001
From: Amna Khan
Date: Sat, 25 Nov 2023 11:37:41 -0800
Subject: [PATCH 03/12] updated index.html annotations
---
securedrop/source_templates/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/securedrop/source_templates/index.html b/securedrop/source_templates/index.html
index 48d10a15af..beb2fb71da 100644
--- a/securedrop/source_templates/index.html
+++ b/securedrop/source_templates/index.html
@@ -22,7 +22,7 @@
{{ gettext('Your Tor Browser\'s Security Level is too low. Use the button in your browser’s toolbar to change it.').format(icon=url_for("static", filename="i/font-awesome/white/guard.svg")) }}
- {# Warning bubble to help TB users disable JavaScript with Tor Browser's Security Levels
+ {# Warning bubble to help TB users disable JavaScript with Tor Browser's Security Levels
Included here so the images can preload while the user is first
reading the page. Hidden by default. #}