section.add(OWSTableItem.label(withText:NSLocalizedString("BACKUP_RESTORE_PROGRESS",comment:"Label for the backup restore progress."),accessoryText:progressString))
section.add(OWSTableItem.label(withText:NSLocalizedString("BACKUP_RESTORE_PROGRESS",comment:"Label for the backup restore progress."),accessoryText:progressString))
}else{
}else{
owsFailDebug("Could not format progress: \(progressInt)")
owsFailDebug("Could not format progress: \(progressInt)")
@ -136,6 +140,8 @@ public class BackupRestoreViewController: OWSTableViewController {