Skip to content

Commit dfc7031

Browse files
committed
TestDPC: Fix set-up strings
The strings or the set-up activity suggested the user looks for the "SET UP" button when that has been replaced by a "Next" one. Bug: 80521103 Test: Manually Change-Id: I4945e5527cbddacd59c8e4f5511089f03331f7ce
1 parent 3bf3aca commit dfc7031

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
@@ -23,8 +23,8 @@
2323
<string name="set_up_device_owner">Set up device owner</string>
2424
<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 tap SET UP to set up appropriate management by this app.</string>
27-
<string name="setup_management_message_for_do">This app is currently set as device owner. Please select the options below and tap SET UP to create a profile managed by the same app</string>
26+
profile. Please select an option below and tap Next to set up appropriate management by this app.</string>
27+
<string name="setup_management_message_for_do">This app is currently set as device owner. Please select the options below and tap Next to create a profile managed by the same app</string>
2828
<string name="provisioning_not_possible">TestDPC isn\'t currently allowed to be set up as the profile or device owner.</string>
2929
<string name="provisioning_not_possible_for_do">TestDPC isn\'t currently allowed to create a managed profile.</string>
3030
<string name="exit">Exit</string>

0 commit comments

Comments
 (0)