diff --git a/Loop/AppDelegate.swift b/Loop/AppDelegate.swift
index 990268eb00..c0610119a1 100644
--- a/Loop/AppDelegate.swift
+++ b/Loop/AppDelegate.swift
@@ -82,7 +82,7 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {
dataManager.enactBolus(units) { (error) in
if error != nil {
- NotificationManager.sendBolusFailureNotificationForAmount(units, atDate: startDate)
+ NotificationManager.sendBolusFailureNotificationForAmount(units, atStartDate: startDate)
}
completionHandler()
diff --git a/Loop/Base.lproj/Main.storyboard b/Loop/Base.lproj/Main.storyboard
index bb17bbf850..7268a6fb07 100644
--- a/Loop/Base.lproj/Main.storyboard
+++ b/Loop/Base.lproj/Main.storyboard
@@ -289,7 +289,7 @@
-
+
@@ -333,8 +333,7 @@
-
-
+
@@ -378,7 +377,7 @@
-
+
@@ -434,7 +433,7 @@
-
+
@@ -483,7 +482,7 @@
-
+
@@ -637,6 +636,7 @@
+
+
+
+
@@ -674,6 +678,7 @@
+
@@ -684,6 +689,7 @@