mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 11:03:30 +00:00
[PM-26325] Archive string - separate noun and verb (#16652)
* Separation of noun and verb
This commit is contained in:
@@ -424,7 +424,7 @@ export class VaultFilterComponent implements OnInit, OnDestroy {
|
||||
[
|
||||
{
|
||||
id: "archive",
|
||||
name: this.i18nService.t("archive"),
|
||||
name: this.i18nService.t("archiveNoun"),
|
||||
type: "archive",
|
||||
icon: "bwi-archive",
|
||||
},
|
||||
|
||||
@@ -140,7 +140,7 @@ export class VaultHeaderComponent {
|
||||
}
|
||||
|
||||
if (this.filter.type === "archive") {
|
||||
return this.i18nService.t("archive");
|
||||
return this.i18nService.t("archiveNoun");
|
||||
}
|
||||
|
||||
const activeOrganization = this.activeOrganization;
|
||||
|
||||
Reference in New Issue
Block a user