From b597a2fb623c4e795c595bcab794d71baac2fafb Mon Sep 17 00:00:00 2001
From: Patrick Honkonen <1883101+SaintPatrck@users.noreply.github.com>
Date: Tue, 30 Apr 2024 17:14:43 -0400
Subject: [PATCH] Update label for OTP type input field (#71)
---
.../ui/authenticator/feature/edititem/EditItemScreen.kt | 2 +-
app/src/main/res/values/strings.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/src/main/kotlin/com/bitwarden/authenticator/ui/authenticator/feature/edititem/EditItemScreen.kt b/app/src/main/kotlin/com/bitwarden/authenticator/ui/authenticator/feature/edititem/EditItemScreen.kt
index 082ba5c14..fe8dce786 100644
--- a/app/src/main/kotlin/com/bitwarden/authenticator/ui/authenticator/feature/edititem/EditItemScreen.kt
+++ b/app/src/main/kotlin/com/bitwarden/authenticator/ui/authenticator/feature/edititem/EditItemScreen.kt
@@ -352,7 +352,7 @@ private fun AdvancedOptions(
modifier = Modifier
.fillMaxSize()
.semantics { testTag = "ItemTypePicker" },
- label = stringResource(id = R.string.otp_authentication),
+ label = stringResource(id = R.string.otp_type),
options = typeOptionsWithStrings.values.toImmutableList(),
selectedOption = viewState.itemData.type.name,
onOptionSelected = { selectedOption ->
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 365950bcc..ae0cbc8f6 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -49,7 +49,7 @@
Saving
Item saved
Information
- OTP Authentication
+ OTP type
Verification codes
There are no items that match the search
Back