Closed (works as designed)
Project:
String Overrides
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2012 at 19:49 UTC
Updated:
7 May 2012 at 14:27 UTC
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.