Skip to content

Commit

Permalink
Update settings tutorial label
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintPatrck committed Apr 17, 2024
1 parent 7bad184 commit 061dc5f
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 @@ -255,7 +255,7 @@ private fun HelpSettings(
label = stringResource(id = R.string.help)
)
BitwardenTextRow(
text = stringResource(id = R.string.tutorial),
text = stringResource(id = R.string.launch_tutorial),
onClick = onTutorialClick,
modifier = modifier,
)
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 @@ -85,7 +85,7 @@
<string name="get_started">Get started</string>
<string name="unique_codes">Uniqe codes</string>
<string name="help">Help</string>
<string name="tutorial">Tutorial</string>
<string name="launch_tutorial">Launch tutorial</string>
<string name="value_has_been_copied">%1$s copied</string>
<string name="delete_item">Delete item</string>
<string name="item_deleted">Item deleted</string>
Expand Down

0 comments on commit 061dc5f

Please sign in to comment.