mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 16:13:06 +00:00
feat: add permission check for geoLocation setting
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"title": "Einstellungen"
|
||||
"title": "Einstellungen",
|
||||
"geoLocation": {
|
||||
"permission_denied_title": "Erlaubnis für Ortungsdienst nicht gegeben",
|
||||
"permission_denied_message": "Erlaube der App die Nutzung des Ortungsdienstes, um diese Funktion zu aktivieren."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,10 @@
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings"
|
||||
"title": "Settings",
|
||||
"geoLocation": {
|
||||
"permission_denied_title": "Location permission not granted",
|
||||
"permission_denied_message": "Allow this app to use location services to activate this feature."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user