From 2b14bd979e78ef884a1021f81cca7117d415c930 Mon Sep 17 00:00:00 2001 From: Andrew Crites Date: Wed, 3 Oct 2018 18:59:43 -0400 Subject: [PATCH] docs(geolocation): use more generic / professional message --- src/@ionic-native/plugins/geolocation/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/geolocation/index.ts b/src/@ionic-native/plugins/geolocation/index.ts index 430c8a353..350891477 100644 --- a/src/@ionic-native/plugins/geolocation/index.ts +++ b/src/@ionic-native/plugins/geolocation/index.ts @@ -114,7 +114,7 @@ export interface GeolocationOptions { * For iOS you have to add this configuration to your configuration.xml file * ```xml * - * We want your location! Best regards NSA + * We use your location for full functionality of certain app features. * * ``` *