Skip to content

Commit 813c4bd

Browse files
committed
Updated strings
1 parent 951a450 commit 813c4bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/app/src/androidTest/kotlin/net/mullvad/mullvadvpn/compose/screen/VpnSettingsScreenTest.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ class VpnSettingsScreenTest {
615615
}
616616

617617
// Assert
618-
onNodeWithText("Connect on start").assertExists()
618+
onNodeWithText("Connect on boot").assertExists()
619619
}
620620

621621
@Test
@@ -635,7 +635,7 @@ class VpnSettingsScreenTest {
635635
}
636636

637637
// Act
638-
onNodeWithText("Connect on start").performClick()
638+
onNodeWithText("Connect on boot").performClick()
639639

640640
// Assert
641641
verify { mockOnToggleAutoStartAndConnectOnBoot.invoke(true) }

android/lib/resource/src/main/res/values/strings.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,6 @@
383383
<string name="delete_method_question">Delete method?</string>
384384
<string name="failed_to_set_current_test_error">Failed to set to current - API not reachable</string>
385385
<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>
388388
</resources>

0 commit comments

Comments
 (0)