mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
AC-2617 update vault header to have loading text on slow connection(#11121)
This commit is contained in:
@@ -122,7 +122,9 @@ export class VaultHeaderComponent implements OnInit {
|
|||||||
return this.i18nService.t("unassigned");
|
return this.i18nService.t("unassigned");
|
||||||
}
|
}
|
||||||
|
|
||||||
return `${this.organization?.name} ${headerType}`;
|
return this.organization?.name
|
||||||
|
? `${this.organization?.name} ${headerType}`
|
||||||
|
: this.i18nService.t("collections");
|
||||||
}
|
}
|
||||||
|
|
||||||
get icon() {
|
get icon() {
|
||||||
|
|||||||
Reference in New Issue
Block a user