I would like to override the text found on this line below found in Acquia Commons 2.4 Distribution profiles/drupal_commons/modules/features/commons_core/commons_core.blocks.inc
$block['content'] = t('Already a member? !login', array('!login' => l(t('Login'), 'user')));
Comments
Comment #1
rgchi commentedHowever, I accomplished what I needed by applying an override in the settings.php file.