mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
PM-13318 - Fix missed page titles which didn't get converted to the new translation interface (#11572)
This commit is contained in:
@@ -62,7 +62,9 @@ const routes: Routes = [
|
||||
path: "accept-provider",
|
||||
component: AcceptProviderComponent,
|
||||
data: {
|
||||
pageTitle: "joinProvider",
|
||||
pageTitle: {
|
||||
key: "joinProvider",
|
||||
},
|
||||
titleId: "acceptProvider",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user