Skip to content

Commit 8d505fb

Browse files
committed
Fix string in setup profile screen
Bug: 24159404 Change-Id: I297f9f2c9b5e86803ab549d8d3ce775a41b73a78
1 parent 1aaa8c1 commit 8d505fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<string name="cancel">Cancel</string>
2222
<string name="set_up_managed_profile">Set up managed profile</string>
2323
<string name="set_up_device_owner">Set up device owner</string>
24-
<string name="set_up_management_header">Setup Management</string>
24+
<string name="set_up_management_header">Set up management</string>
2525
<string name="setup_management_message">This app is currently not the owner of this device or
26-
profile. Please select an option below and click NEXT to set up appropriate management by this app.</string>
26+
profile. Please select an option below and click SET UP to set up appropriate management by this app.</string>
2727
<string name="provisioning_not_possible">TestDPC isn\'t currently allowed to be set up as the profile or device owner.</string>
2828
<string name="exit">Exit</string>
2929
<string name="managed_account_message">Added account that requires management:</string>

0 commit comments

Comments
 (0)