Skip to content

Commit

Permalink
Merge branch 'main' into crashlytics
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintPatrck authored Apr 30, 2024
2 parents 0a1f9c8 + b597a2f commit 7a9ff8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ->
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7a9ff8b

Please sign in to comment.