You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
presentAlert(withTitle:NSLocalizedString("Send Failed", comment:"The title of the alert controller displayed after a glucose range override send attempt fails"),
267
-
message:NSLocalizedString("Make sure your iPhone is nearby and try again", comment:"The recovery message displayed after a glucose range override send attempt fails"),
268
-
preferredStyle:.alert,
269
-
actions:[WKAlertAction.dismissAction()]
270
+
presentAlert(
271
+
withTitle:NSLocalizedString("Send Failed", comment:"The title of the alert controller displayed after a glucose range override send attempt fails"),
272
+
message:NSLocalizedString("Make sure your iPhone is nearby and try again", comment:"The recovery message displayed after a glucose range override send attempt fails"),
0 commit comments