Skip to content

Commit

Permalink
Minor changes to registration page proposed by Natalie Whitaker
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Mar 29, 2024
1 parent 99aec81 commit c449963
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/src/components/Login/RegisterForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -180,6 +180,10 @@ async function submit() {
type="checkbox">
{{ labelSubscribe }}
</BFormCheckbox>
<BFormText v-localize>
This list is used for important Galaxy updates and newsletter access. We keep it
streamlined, you should expect only 2-3 emails per month.
</BFormText>
</BFormGroup>

<BButton v-localize name="create" type="submit" :disabled="disableCreate">
Expand Down

0 comments on commit c449963

Please sign in to comment.