How I change this message when asking for location?

Hi! When I access one view of my app, this message appears.
I Want to change this text. How can I?

image

Finally fixed the issue.

IN the index.html just move your cordova.js up

as the first js file to be included (especially make sure it is above maps include js). This will make sure that the prompt shows only once.

No other codejs or ondeviceready is needed.