Skip to content

Commit

Permalink
Updated strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Jul 18, 2024
1 parent a005de0 commit 73cb6ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ class VpnSettingsScreenTest {
}

// Assert
onNodeWithText("Connect on start").assertExists()
onNodeWithText("Connect on boot").assertExists()
}

@Test
Expand All @@ -635,7 +635,7 @@ class VpnSettingsScreenTest {
}

// Act
onNodeWithText("Connect on start").performClick()
onNodeWithText("Connect on boot").performClick()

// Assert
verify { mockOnToggleAutoStartAndConnectOnBoot.invoke(true) }
Expand Down
4 changes: 2 additions & 2 deletions android/lib/resource/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,6 @@
<string name="delete_method_question">Delete method?</string>
<string name="failed_to_set_current_test_error">Failed to set to current - API not reachable</string>
<string name="failed_to_set_current_unknown_error">Failed to set to current - Unknown reason</string>
<string name="connect_on_start">Connect on start</string>
<string name="connect_on_start_footer">Automatically connect on device start-up</string>
<string name="connect_on_start">Connect on boot</string>
<string name="connect_on_start_footer">Automatically connect on device start up. Please make sure the app has VPN permission.</string>
</resources>

0 comments on commit 73cb6ba

Please sign in to comment.