1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-22 16:29:09 +01:00

PM-16172 - Web - LockV2 - make page title consistent with other clients (#12462)

This commit is contained in:
Jared Snider 2024-12-18 13:45:27 -05:00 committed by GitHub
parent da9e12dae6
commit 179c26434b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -534,7 +534,7 @@ const routes: Routes = [
], ],
data: { data: {
pageTitle: { pageTitle: {
key: "yourAccountIsLocked", key: "yourVaultIsLockedV2",
}, },
pageIcon: LockIcon, pageIcon: LockIcon,
showReadonlyHostname: true, showReadonlyHostname: true,