Skip to content

Commit

Permalink
Update alert text to match text in Omnipod alert (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
ps2 authored Aug 13, 2020
1 parent d63c06a commit df1c1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Loop/View Controllers/StatusTableViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ final class StatusTableViewController: LoopChartsTableViewController {
self.deviceManager.pumpManager?.resumeDelivery() { (error) in
DispatchQueue.main.async {
if let error = error {
let alert = UIAlertController(with: error, title: NSLocalizedString("Error Resuming", comment: "The alert title for a resume error"))
let alert = UIAlertController(with: error, title: NSLocalizedString("Failed to Resume Insulin Delivery", comment: "The alert title for a resume error"))
self.present(alert, animated: true, completion: nil)
if case .suspended = self.basalDeliveryState {
self.updateHUDandStatusRows(statusRowMode: .pumpSuspended(resuming: false), newSize: nil, animated: true)
Expand Down

0 comments on commit df1c1c6

Please sign in to comment.