HealthKit permission sheet asking for "access and update permission" while only needing read permission

Why does the HealthKit permission sheet introductory text say "App Name would like to access and update your health data in the categories below" even though my app is only requesting read permission?

Is there a way to change the introductory text to say the app only asks access to the data?

In my requestAuthorization method the toShare parameter is set to nil and my info.plist only contains the NSHealthShareUsageDescription key.