Merge pull request #2758 from ajcrites/geo-msg

docs(geolocation): use more generic / professional message
This commit is contained in:
Max Lynch 2018-10-03 18:07:12 -05:00 committed by GitHub
commit 00a1674fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ export interface GeolocationOptions {
* For iOS you have to add this configuration to your configuration.xml file * For iOS you have to add this configuration to your configuration.xml file
* ```xml * ```xml
* <edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription"> * <edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
* <string>We want your location! Best regards NSA</string> * <string>We use your location for full functionality of certain app features.</string>
* </edit-config> * </edit-config>
* ``` * ```
* *