From c4499636b978a1e84cd50e775449aa550a96d240 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Fri, 29 Mar 2024 15:01:01 -0400 Subject: [PATCH] Minor changes to registration page proposed by Natalie Whitaker --- client/src/components/Login/RegisterForm.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. +