Update item listing header text (#21)

This commit is contained in:
Patrick Honkonen
2024-04-11 10:03:16 -04:00
committed by GitHub
parent a00452faf1
commit 168e662a38
2 changed files with 2 additions and 1 deletions

View File

@@ -97,7 +97,7 @@ fun ItemListingScreen(
.nestedScroll(scrollBehavior.nestedScrollConnection),
topBar = {
BitwardenTopAppBar(
title = stringResource(id = R.string.bitwarden_authenticator),
title = stringResource(id = R.string.verification_codes),
scrollBehavior = scrollBehavior,
navigationIcon = null,
)

View File

@@ -59,4 +59,5 @@
<string name="item_saved">Item saved</string>
<string name="information">Information</string>
<string name="otp_authentication">OTP Authentication</string>
<string name="verification_codes">Verification codes</string>
</resources>