mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 01:20:00 +02:00
Merge branch 'main' of https://github.com/zen-browser/components
This commit is contained in:
commit
95af4ba082
1 changed files with 2 additions and 2 deletions
|
@ -269,8 +269,8 @@ var ZenWorkspaces = {
|
|||
childs.querySelector('.zen-workspace-icon').textContent = this.getWorkspaceIcon(workspace);
|
||||
childs.querySelector('.zen-workspace-name').textContent = workspace.name;
|
||||
if (containerGroup) {
|
||||
childs.querySelector('.zen-workspace-container').textContent = ContextualIdentityService.formatContextLabel(
|
||||
containerGroup.l10nId
|
||||
childs.querySelector('.zen-workspace-container').textContent = ContextualIdentityService.getUserContextLabel(
|
||||
containerGroup.userContextId
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue