Skip to content
Snippets Groups Projects
Commit c02aff3d authored by Timothee P's avatar Timothee P :sunflower:
Browse files

display message in french

parent 579e06e6
No related branches found
No related tags found
1 merge request!107REDMINE_ISSUE-12027
......@@ -458,6 +458,10 @@ export default {
function error(err) {
this.erreurGeolocalisationMessage = err.message;
if (err.message === "User denied geolocation prompt") {
this.erreurGeolocalisationMessage =
"La géolocalisation a été désactivé par l'utilisateur";
}
}
this.erreurGeolocalisationMessage = null;
if (!navigator.geolocation) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment