Skip to content

Commit df1c1c6

Browse files
authored
Update alert text to match text in Omnipod alert (#204)
1 parent d63c06a commit df1c1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/View Controllers/StatusTableViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1021,7 +1021,7 @@ final class StatusTableViewController: LoopChartsTableViewController {
10211021
self.deviceManager.pumpManager?.resumeDelivery() { (error) in
10221022
DispatchQueue.main.async {
10231023
if let error = error {
1024-
let alert = UIAlertController(with: error, title: NSLocalizedString("Error Resuming", comment: "The alert title for a resume error"))
1024+
let alert = UIAlertController(with: error, title: NSLocalizedString("Failed to Resume Insulin Delivery", comment: "The alert title for a resume error"))
10251025
self.present(alert, animated: true, completion: nil)
10261026
if case .suspended = self.basalDeliveryState {
10271027
self.updateHUDandStatusRows(statusRowMode: .pumpSuspended(resuming: false), newSize: nil, animated: true)

0 commit comments

Comments
 (0)