users -> peers

This commit is contained in:
rlx 2016-01-13 17:04:55 +05:30
parent f5b939a1b2
commit 5a417baf16
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ oml.ui.folders = function() {
'part.preferences': 'account'
});
} else {
oml.UI.set({page: 'users'});
oml.UI.set({page: 'peers'});
}
}
})