We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29d3ca commit ad114daCopy full SHA for ad114da
1 file changed
src/app/shared/comcol/comcol-forms/edit-comcol-page/comcol-role/comcol-role.component.html
@@ -16,7 +16,7 @@ <h2 class="h4 w-100">
16
<ds-themed-loading *ngIf="groupRD$ | async | dsHasNoValue"></ds-themed-loading>
17
<div *ngIf="hasNoGroup$ | async">
18
{{'comcol-role.edit.no-group' | translate}}
19
- </div>V
+ </div>
20
<div *ngIf="hasAnonymousGroup$ | async">
21
{{'comcol-role.edit.' + (comcolRole$ | async)?.name + '.anonymous-group' | translate}}
22
</div>
0 commit comments