mirror of
https://github.com/bitwarden/android.git
synced 2026-03-24 23:32:29 -05:00
Update label for OTP type input field (#71)
This commit is contained in:
@@ -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 ->
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user