From 63e7465433234ec47eb9d3275ec961f680401c58 Mon Sep 17 00:00:00 2001 From: David Perez Date: Tue, 25 Jun 2024 11:25:51 -0500 Subject: [PATCH] Update strings (#3356) --- app/src/main/res/values/strings.xml | 2 +- .../ui/platform/feature/settings/about/AboutScreenTest.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9c4ea5803..0febe3e40 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -836,7 +836,7 @@ Do you want to switch to this account? Vault Appearance Account security - Bitwarden Help Center + Bitwarden help center Contact Bitwarden support Copy app information Sync now diff --git a/app/src/test/java/com/x8bit/bitwarden/ui/platform/feature/settings/about/AboutScreenTest.kt b/app/src/test/java/com/x8bit/bitwarden/ui/platform/feature/settings/about/AboutScreenTest.kt index 359e8b252..762bcb981 100644 --- a/app/src/test/java/com/x8bit/bitwarden/ui/platform/feature/settings/about/AboutScreenTest.kt +++ b/app/src/test/java/com/x8bit/bitwarden/ui/platform/feature/settings/about/AboutScreenTest.kt @@ -92,7 +92,7 @@ class AboutScreenTest : BaseComposeTest() { @Test fun `on bitwarden help center click should display confirmation dialog and confirm click should emit HelpCenterClick`() { composeTestRule.onNode(isDialog()).assertDoesNotExist() - composeTestRule.onNodeWithText("Bitwarden Help Center").performClick() + composeTestRule.onNodeWithText("Bitwarden help center").performClick() composeTestRule.onNode(isDialog()).assertExists() composeTestRule .onAllNodesWithText("Continue")