Skip to content

Commit e52101e

Browse files
committed
content: submit button text update
1 parent 62c3c21 commit e52101e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/signup-card.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const orgField = computed(() => { return props.signupCard.signup_form.org })
153153
154154
const countryField = computed(() => { return props.signupCard.signup_form.country })
155155
156-
const submitButtonLabel = computed(() => { return formSubmitted.value ? 'Success' : 'Submit' })
156+
const submitButtonLabel = computed(() => { return formSubmitted.value ? 'Success' : 'Register' })
157157
158158
// ===================================================================== Methdos
159159
/**

0 commit comments

Comments
 (0)