ionic-team / ionic-native-google-maps

Google maps plugin for Ionic Native
Other
221 stars 125 forks source link

Grammar fixes #255

Closed drawcard closed 4 years ago

drawcard commented 4 years ago

I'm submitting a ... (check one with "x")

Just making a minor grammar suggestion, please change the following default strings from:

      "cordova-plugin-googlemaps": {
        "LOCATION_WHEN_IN_USE_DESCRIPTION": "This app wants to get your location while this app runs only.",
        "LOCATION_ALWAYS_USAGE_DESCRIPTION": "This app wants to get your location always, even this app runs in background."
      },

to

      "cordova-plugin-googlemaps": {
        "LOCATION_WHEN_IN_USE_DESCRIPTION": "This app wants to use your location only when in use.",
        "LOCATION_ALWAYS_USAGE_DESCRIPTION": "This app wants to use your location at all times, even while running in the background."
      },

Thank you for considering.