Skip to content

Commit 4d59c13

Browse files
authored
Merge pull request DSpace#2926 from IgorBaptist4/typo_role
typo in role name
2 parents d29d3ca + ad114da commit 4d59c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/comcol/comcol-forms/edit-comcol-page/comcol-role/comcol-role.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2 class="h4 w-100">
1616
<ds-themed-loading *ngIf="groupRD$ | async | dsHasNoValue"></ds-themed-loading>
1717
<div *ngIf="hasNoGroup$ | async">
1818
{{'comcol-role.edit.no-group' | translate}}
19-
</div>V
19+
</div>
2020
<div *ngIf="hasAnonymousGroup$ | async">
2121
{{'comcol-role.edit.' + (comcolRole$ | async)?.name + '.anonymous-group' | translate}}
2222
</div>

0 commit comments

Comments
 (0)