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")