liquid_feedback_frontend
diff app/main/member/_profile.lua @ 241:6725c13b6ce0
Add initial unit support
| author | bsw |
|---|---|
| date | Fri Dec 30 02:59:43 2011 +0100 (2011-12-30) |
| parents | c57dcff4162d |
| children | d13b27a37ad5 |
line diff
1.1 --- a/app/main/member/_profile.lua Tue Dec 27 03:34:35 2011 +0100 1.2 +++ b/app/main/member/_profile.lua Fri Dec 30 02:59:43 2011 +0100 1.3 @@ -111,7 +111,7 @@ 1.4 } 1.5 end 1.6 1.7 - ui.field.text{ label = _"Last login (updated daily)", value = format.date(member.last_login_public) or _"not yet" } 1.8 + ui.field.text{ label = _"Last activity (updated daily)", value = format.date(member.last_activity) or _"not yet" } 1.9 1.10 end 1.11 }