Skip to content

Commit

Permalink
Use slightly less confusing phrasing for deny_new_usb string
Browse files Browse the repository at this point in the history
Another approach would be to flip the logic of this message, but this would also flip the logic of the accompanying variable.
  • Loading branch information
rene0 authored and thestinger committed Nov 14, 2023
1 parent 1a22849 commit 904f1b0
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 @@ -84,7 +84,7 @@
<string name="device_admin_non_system">yes, with non-system apps</string>
<string name="adb_enabled">Android Debug Bridge enabled: %s\n</string>
<string name="add_users_when_locked">Add users from lock screen: %s\n</string>
<string name="deny_new_usb">Disallow new USB peripherals when locked: %s\n</string>
<string name="deny_new_usb">Deny new USB peripherals when locked: %s\n</string>
<string name="oem_unlock_allowed">OEM unlocking allowed: %s\n</string>
<string name="system_user">Main user account: %s\n</string>

Expand Down

0 comments on commit 904f1b0

Please sign in to comment.