Update label for OTP type input field (#71)

This commit is contained in:
Patrick Honkonen
2024-04-30 17:14:43 -04:00
committed by GitHub
parent ea55cbc914
commit b597a2fb62
2 changed files with 2 additions and 2 deletions

View File

@@ -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 ->

View File

@@ -49,7 +49,7 @@
<string name="saving">Saving</string>
<string name="item_saved">Item saved</string>
<string name="information">Information</string>
<string name="otp_authentication">OTP Authentication</string>
<string name="otp_type">OTP type</string>
<string name="verification_codes">Verification codes</string>
<string name="there_are_no_items_that_match_the_search">There are no items that match the search</string>
<string name="back">Back</string>