1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

update translation key to use noun form of archive (#17500)

This commit is contained in:
Nick Krantz
2025-11-25 16:33:13 -06:00
committed by GitHub
parent dd8e3f963d
commit d444143a65

View File

@@ -1,5 +1,5 @@
<popup-page [loading]="loading$ | async">
<popup-header slot="header" [pageTitle]="'archive' | i18n" showBackButton>
<popup-header slot="header" [pageTitle]="'archiveNoun' | i18n" showBackButton>
<ng-container slot="end">
<app-pop-out></app-pop-out>
</ng-container>