We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c3c21 commit e52101eCopy full SHA for e52101e
components/signup-card.vue
@@ -153,7 +153,7 @@ const orgField = computed(() => { return props.signupCard.signup_form.org })
153
154
const countryField = computed(() => { return props.signupCard.signup_form.country })
155
156
-const submitButtonLabel = computed(() => { return formSubmitted.value ? 'Success' : 'Submit' })
+const submitButtonLabel = computed(() => { return formSubmitted.value ? 'Success' : 'Register' })
157
158
// ===================================================================== Methdos
159
/**
0 commit comments