auth.messages.label_remember_me = CAT('Remember me', BR(), '(for 30 days)')
or
auth.messages.label_remember_me = XML('Remember me<br>(for 30 days)')
should do it.
If you need special CSS styling, you could put the label inside a span with
a specific class.
Anthony
On Monday, January 23, 2012 5:59:25 PM UTC-5, thstart wrote:
>
> Actually I need just to change Remember me (for 30 days)"
>
> to
>
> "Remember me<br>(for 30 days)"
>

