mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
parent
12595fc50e
commit
0c984e0efd
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ var SettingsUserController = Ember.ObjectController.extend({
|
|||
last_login: Ember.computed('user.last_login', function () {
|
||||
var lastLogin = this.get('user.last_login');
|
||||
|
||||
return lastLogin ? lastLogin.fromNow() : '';
|
||||
return lastLogin ? lastLogin.fromNow() : '(Never)';
|
||||
}),
|
||||
|
||||
created_at: Ember.computed('user.created_at', function () {
|
||||
|
|
Loading…
Add table
Reference in a new issue