From 5668f9da6218ddae9cca9554651f10dcee7729d5 Mon Sep 17 00:00:00 2001 From: marionbarker Date: Wed, 8 Mar 2023 11:37:49 -0800 Subject: [PATCH] typo fix --- Loop/View Controllers/CommandResponseViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Loop/View Controllers/CommandResponseViewController.swift b/Loop/View Controllers/CommandResponseViewController.swift index d000dfe99d..e14c41c8a4 100644 --- a/Loop/View Controllers/CommandResponseViewController.swift +++ b/Loop/View Controllers/CommandResponseViewController.swift @@ -19,7 +19,7 @@ extension CommandResponseViewController { deviceManager.generateDiagnosticReport { (report) in DispatchQueue.main.async { completionHandler([ - "Use the Share button above save this diagnostic report to aid investigating your problem. Issues can be filed at https://github.com/LoopKit/Loop/issues.", + "Use the Share button above to save this diagnostic report to aid investigating your problem. Issues can be filed at https://github.com/LoopKit/Loop/issues.", "Generated: \(date)", "", report,