Skip to content

Commit

Permalink
fix broken string
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Apr 17, 2024
1 parent 24283b8 commit 17a966b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<string name="GrantCalendarPermissionAccess">Request!</string>
<string name="GrantCalendarPermissionAccessDescription">This app makes use of the local calendar. To greatly enhance the use of this app, please allow access to your calendars!</string>
<string name="GrantContactsPermissionAccessDescription">This app makes use of the local contacts. To verify that your calls do not get blocked during emergencies, please grant access to the contacts. This is optional, and we will only use this to show you a warning, if required.</string>
<string name="GrantBluetoothPermissionAccessDescription">This app makes use of Bluetooth to mute your device if connected to a car, as an example. This is an optional permission. It will show up as a request to find 'nearby' devices. This is because bluetooth can be abused to track your location. This app does not track you.</string>
<string name="GrantBluetoothPermissionAccessDescription">This app makes use of Bluetooth to mute your device if connected to a car, as an example. This is an optional permission. It will show up as a request to find "nearby" devices. This is because bluetooth can be abused to track your location. This app does not track you.</string>
<string name="GrantBluetoothPermissionAccess">Request!</string>
<string name="contact_permission_hint">You need contact permissions for this feature.</string>
<string name="ignore_all_day">Ignore All Day Events</string>
Expand Down

0 comments on commit 17a966b

Please sign in to comment.