mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
Fix translation error
This commit is contained in:
@@ -320,10 +320,7 @@ export class LoginComponent implements OnInit, OnDestroy {
|
|||||||
|
|
||||||
this.anonLayoutWrapperDataService.setAnonLayoutWrapperData({
|
this.anonLayoutWrapperDataService.setAnonLayoutWrapperData({
|
||||||
pageTitle: "welcomeBack",
|
pageTitle: "welcomeBack",
|
||||||
pageSubtitle: {
|
pageSubtitle: this.loggedEmail,
|
||||||
subtitle: `${this.loggedEmail}`,
|
|
||||||
translate: false,
|
|
||||||
},
|
|
||||||
pageIcon: this.Icons.WaveIcon,
|
pageIcon: this.Icons.WaveIcon,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user