diff --git a/modules/townsquare_examples/freegeek_townsquare_volunteer/freegeek_townsquare_volunteer.module b/modules/townsquare_examples/freegeek_townsquare_volunteer/freegeek_townsquare_volunteer.module index d852667..eaa3a20 100644 --- a/modules/townsquare_examples/freegeek_townsquare_volunteer/freegeek_townsquare_volunteer.module +++ b/modules/townsquare_examples/freegeek_townsquare_volunteer/freegeek_townsquare_volunteer.module @@ -69,7 +69,7 @@ function freegeek_townsquare_volunteer_signup_form($form, &$form_state) { $form['actions'] = array('#type' => 'actions'); $form['actions']['submit'] = array( '#type' => 'submit', - '#value' => t('Create my new account'), + '#value' => t('Create new account'), ); $form['#validate'] = array('freegeek_townsquare_volunteer_signup_validate');