diff --git a/securedrop/journalist_templates/base.html b/securedrop/journalist_templates/base.html
index 0aefec7c8b..aa88cc1703 100644
--- a/securedrop/journalist_templates/base.html
+++ b/securedrop/journalist_templates/base.html
@@ -21,13 +21,13 @@
{% if g.user %}
{% if g.show_v2_onion_eol_warning %}
-
{{ gettext('
Update Required Your SecureDrop servers must be updated to v3 onion services by April 30 to remain live.
Learn More') }}
+
{{ gettext('
Update Required Set up v3 Onion Services before April 30 to keep your SecureDrop servers online. Please contact your administrator.
Learn More') }}
{% endif %}
{% if g.show_v2_onion_migration_warning %}
-
{{ gettext('
Update Required Steps remain to complete your onion service update. Please notify admin.
Learn More') }}
+
{{ gettext('
Update Required Complete the v3 Onion Services setup before April 30. Please contact your administrator.
Learn More') }}
{% endif %}