diff --git a/Learn/Info.plist b/Learn/Info.plist
index cd88cba1d1..df6adf9510 100644
--- a/Learn/Info.plist
+++ b/Learn/Info.plist
@@ -25,7 +25,7 @@
LSRequiresIPhoneOS
NSHealthShareUsageDescription
- Meal data from the Health database is used to determine glucose effects. Glucose data from the Health database is used for graphing and momentum calculation.
+ Meal data from the Health database is used to determine glucose effects. Glucose data from the Health database is used for graphing and momentum calculation. Sleep data from the Health database is used to optimize delivery of Apple Watch complication updates during the time you are awake.
UILaunchStoryboardName
LaunchScreen
UIMainStoryboardFile
diff --git a/Loop/Info.plist b/Loop/Info.plist
index f8907e07d0..d7bee421c3 100644
--- a/Loop/Info.plist
+++ b/Loop/Info.plist
@@ -50,7 +50,7 @@
NSFaceIDUsageDescription
Face ID is used to authenticate insulin bolus.
NSHealthShareUsageDescription
- Meal data from the Health database is used to determine glucose effects. Glucose data from the Health database is used for graphing and momentum calculation.
+ Meal data from the Health database is used to determine glucose effects. Glucose data from the Health database is used for graphing and momentum calculation. Sleep data from the Health database is used to optimize delivery of Apple Watch complication updates during the time you are awake.
NSHealthUpdateUsageDescription
Carbohydrate meal data entered in the app and on the watch is stored in the Health database. Glucose data retrieved from the CGM is stored securely in HealthKit.
NSUserActivityTypes
diff --git a/Loop/en.lproj/InfoPlist.strings b/Loop/en.lproj/InfoPlist.strings
index dd51a9cde8..3b377afb02 100644
--- a/Loop/en.lproj/InfoPlist.strings
+++ b/Loop/en.lproj/InfoPlist.strings
@@ -12,7 +12,7 @@
"NSFaceIDUsageDescription" = "Face ID is used to authenticate insulin bolus.";
/* Privacy - Health Share Usage Description */
-"NSHealthShareUsageDescription" = "Meal data from the Health database is used to determine glucose effects. Glucose data from the Health database is used for graphing and momentum calculation.";
+"NSHealthShareUsageDescription" = "Meal data from the Health database is used to determine glucose effects. Glucose data from the Health database is used for graphing and momentum calculation. Sleep data from the Health database is used to optimize delivery of Apple Watch complication updates during the time you are awake.";
/* Privacy - Health Update Usage Description */
"NSHealthUpdateUsageDescription" = "Carbohydrate meal data entered in the app and on the watch is stored in the Health database. Glucose data retrieved from the CGM is stored securely in HealthKit.";