Skip to content

Commit

Permalink
Merge pull request #3402 from tdonohue/port_3400_to_7x
Browse files Browse the repository at this point in the history
[Port dspace-7_x] Fixed #3399 - minor typo
  • Loading branch information
tdonohue authored Oct 9, 2024
2 parents 144b455 + 7be3f1f commit e46c801
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ <h2>
[hideGear]="true">
</ds-viewable-collection>
</div>
<ds-error *ngIf="communitiesRD?.hasFailed " message="{{'error.top-level-communites' | translate}}"></ds-error>
<ds-error *ngIf="communitiesRD?.hasFailed " message="{{'error.top-level-communities' | translate}}"></ds-error>
<ds-themed-loading *ngIf="communitiesRD?.isLoading " message="{{'loading.top-level-communities' | translate}}"></ds-themed-loading></ng-container>

0 comments on commit e46c801

Please sign in to comment.