diff --git a/client/src/components/Login/RegisterForm.vue b/client/src/components/Login/RegisterForm.vue
index 0cf70309b8d0..574e6bd0f8d2 100644
--- a/client/src/components/Login/RegisterForm.vue
+++ b/client/src/components/Login/RegisterForm.vue
@@ -51,7 +51,7 @@ const labelPassword = ref(localize("Password"));
const labelPublicName = ref(localize("Public name"));
const labelEmailAddress = ref(localize("Email address"));
const labelConfirmPassword = ref(localize("Confirm password"));
-const labelSubscribe = ref(localize("Subscribe to mailing list"));
+const labelSubscribe = ref(localize("Stay in the loop and join the galaxy-announce mailing list."));
const custosPreferred = computed(() => {
return props.enableOidc && props.preferCustosLogin;
@@ -180,6 +180,10 @@ async function submit() {
type="checkbox">
{{ labelSubscribe }}
+
+ This list is used for important Galaxy updates and newsletter access. We keep it
+ streamlined, you should expect only 2-3 emails per month.
+