mirror of
https://github.com/bitwarden/android.git
synced 2026-04-28 11:58:40 -05:00
Update item listing header text (#21)
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user