Skip to content

Commit

Permalink
Manage became edit. Folder became pencil
Browse files Browse the repository at this point in the history
  • Loading branch information
jessewashburn committed Nov 15, 2024
1 parent 7dc950d commit b34cf9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/courses/courses.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ <h3 class="header">
<span i18n>Feedback</span>
</a>
<a mat-menu-item *ngIf="element.canManage" (click)="updateCourse(element.doc)">
<mat-icon>folder</mat-icon>
<span i18n>Manage</span>
<mat-icon>edit</mat-icon>
<span i18n>Edit Course</span>
</a>
<a mat-menu-item [routerLink]="['/courses/view', element._id]">
<mat-icon>visibility</mat-icon>
Expand Down

0 comments on commit b34cf9c

Please sign in to comment.