Commits

Tim Donohue authored and GitHub committed 4d59c13f7e3 Merge
Merge pull request #2926 from IgorBaptist4/typo_role

typo in role name
No tags
gidlmaster

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

Modified
9 9
10 10 <div class="mt-2 mb-2">
11 11 <ds-alert [type]="'alert-info'" >{{'comcol-role.edit.' + (comcolRole$ | async)?.name + '.description' | translate}}</ds-alert>
12 12 </div>
13 13
14 14 <div class="d-flex flex-md-row justify-content-between flex-column">
15 15 <div class="w-100 d-flex align-items-center">
16 16 <ds-themed-loading *ngIf="groupRD$ | async | dsHasNoValue"></ds-themed-loading>
17 17 <div *ngIf="hasNoGroup$ | async">
18 18 {{'comcol-role.edit.no-group' | translate}}
19 - </div>V
19 + </div>
20 20 <div *ngIf="hasAnonymousGroup$ | async">
21 21 {{'comcol-role.edit.' + (comcolRole$ | async)?.name + '.anonymous-group' | translate}}
22 22 </div>
23 23 <a *ngIf="hasCustomGroup$ | async" [routerLink]="editGroupLink$ | async">
24 24 {{ dsoNameService.getName(group) }}
25 25 </a>
26 26 </div>
27 27
28 28 <div class="flex-shrink-0">
29 29 <button *ngIf="hasNoGroup$ | async"

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut