Merge pull request #2926 from IgorBaptist4/typo_role

typo in role name
This commit is contained in:
Tim Donohue
2024-04-12 13:58:23 -05:00
committed by GitHub

View File

@@ -16,7 +16,7 @@
<ds-themed-loading *ngIf="groupRD$ | async | dsHasNoValue"></ds-themed-loading>
<div *ngIf="hasNoGroup$ | async">
{{'comcol-role.edit.no-group' | translate}}
</div>V
</div>
<div *ngIf="hasAnonymousGroup$ | async">
{{'comcol-role.edit.' + (comcolRole$ | async)?.name + '.anonymous-group' | translate}}
</div>