mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
typo in role name
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user