File tree 2 files changed +4
-4
lines changed
app/src/androidTest/kotlin/net/mullvad/mullvadvpn/compose/screen
lib/resource/src/main/res/values
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ class VpnSettingsScreenTest {
615
615
}
616
616
617
617
// Assert
618
- onNodeWithText(" Connect on start " ).assertExists()
618
+ onNodeWithText(" Connect on boot " ).assertExists()
619
619
}
620
620
621
621
@Test
@@ -635,7 +635,7 @@ class VpnSettingsScreenTest {
635
635
}
636
636
637
637
// Act
638
- onNodeWithText(" Connect on start " ).performClick()
638
+ onNodeWithText(" Connect on boot " ).performClick()
639
639
640
640
// Assert
641
641
verify { mockOnToggleAutoStartAndConnectOnBoot.invoke(true ) }
Original file line number Diff line number Diff line change 383
383
<string name =" delete_method_question" >Delete method?</string >
384
384
<string name =" failed_to_set_current_test_error" >Failed to set to current - API not reachable</string >
385
385
<string name =" failed_to_set_current_unknown_error" >Failed to set to current - Unknown reason</string >
386
- <string name =" connect_on_start" >Connect on start </string >
387
- <string name =" connect_on_start_footer" >Automatically connect on device start-up </string >
386
+ <string name =" connect_on_start" >Connect on boot </string >
387
+ <string name =" connect_on_start_footer" >Automatically connect on device start up. Please make sure the app has VPN permission. </string >
388
388
</resources >
You can’t perform that action at this time.
0 commit comments