1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 06:43:35 +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

@@ -522,7 +522,7 @@ const routes: Routes = [
],
data: {
pageTitle: {
key: "verifyIdentity",
key: "verifyYourIdentity",
},
} satisfies RouteDataProperties & AnonLayoutWrapperData,
},
@@ -542,7 +542,7 @@ const routes: Routes = [
],
data: {
pageTitle: {
key: "verifyIdentity",
key: "verifyYourIdentity",
},
} satisfies RouteDataProperties & AnonLayoutWrapperData,
},
@@ -619,7 +619,7 @@ const routes: Routes = [
data: {
pageIcon: DeviceVerificationIcon,
pageTitle: {
key: "verifyIdentity",
key: "verifyYourIdentity",
},
pageSubtitle: {
key: "weDontRecognizeThisDevice",