diff --git a/securedrop/journalist_templates/base.html b/securedrop/journalist_templates/base.html index a18021178f..cb020c7913 100644 --- a/securedrop/journalist_templates/base.html +++ b/securedrop/journalist_templates/base.html @@ -33,7 +33,7 @@
{{ gettext('If this is your first time submitting to journalists, start here.') }}
+{{ gettext('If this is your first time submitting to journalists, start here.') }}
-{{ gettext('If you have already submitted to journalists, log in here to check for responses.') }}
+{{ 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_journalist_pubkey')) }} {{ gettext('Learn more.').format(url=url_for('info.why_download_journalist_pubkey')) }}
@@ -38,15 +38,15 @@