polish about repository page
This commit is contained in:
parent
cbd8b80cb0
commit
c010d28911
4 changed files with 5 additions and 5 deletions
|
|
@ -26,7 +26,7 @@ class AboutRepositoryTableViewController: BasicStaticTableViewController {
|
|||
// section 0
|
||||
[[.type: CellDataType.detail, .title: "Passwords", .detailText: String(passwordEntities.count)],
|
||||
[.type: CellDataType.detail, .title: "Size", .detailText: formatted],
|
||||
[.type: CellDataType.detail, .title: "Last Updated", .detailText: Utils.getLastUpdatedTimeString()],
|
||||
[.type: CellDataType.detail, .title: "Last Synced", .detailText: Utils.getLastUpdatedTimeString()],
|
||||
],
|
||||
]
|
||||
tableView.reloadData()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue