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

rgchi’s picture

Status: Active » Closed (works as designed)

However, I accomplished what I needed by applying an override in the settings.php file.