1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

fix(NewUIExtensionTitleTranslation): [Auth/PM-18710] Fix extension having incorrect verifyIdentity (#13667)

This commit is contained in:
Jared Snider
2025-03-04 13:30:46 -05:00
committed by GitHub
parent 2b29bf8c23
commit 17393050b5
7 changed files with 13 additions and 13 deletions

View File

@@ -171,7 +171,7 @@ const routes: Routes = [
data: {
elevation: 1,
pageTitle: {
key: "verifyIdentity",
key: "verifyYourIdentity",
},
showBackButton: true,
} satisfies RouteDataProperties & ExtensionAnonLayoutWrapperData,
@@ -248,7 +248,7 @@ const routes: Routes = [
data: {
pageIcon: DeviceVerificationIcon,
pageTitle: {
key: "verifyIdentity",
key: "verifyYourIdentity",
},
pageSubtitle: {
key: "weDontRecognizeThisDevice",