Closed (fixed)
Project:
Commerce Checkout Redirect
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2012 at 14:21 UTC
Updated:
21 Apr 2014 at 10:00 UTC
Jump to comment: Most recent
Comments
Comment #1
jonshot commentedSame problem here, but it was pretty easy to fix with a call to drupal_set_title('Create user account'); inside a hook_form_alter in a custom module.
Comment #2
J.Murphy commentedThanks for the suggestion. Do you think I could use String Overrides module to accomplish the same result?
Comment #3
roball commentedYou can also just add something like this to your theme's
template.php: