Skip to content

Commit 3013186

Browse files
committed
Changed : "Task" to "Activity"
1 parent 0e89954 commit 3013186

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/component/mapping/mapping.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<section class="sortSection">
3232
<mat-button-toggle-group [formControl]="SortCtrl" aria-label="Sort By">
33-
<mat-button-toggle value="sortByTask" (click)="changeTableBasedOnCurrentSort()">Tasks</mat-button-toggle>
33+
<mat-button-toggle value="sortByTask" (click)="changeTableBasedOnCurrentSort()">Activity</mat-button-toggle>
3434
<mat-button-toggle value="sortBySAMM" (click)="changeTableBasedOnCurrentSort()">SAMM</mat-button-toggle>
3535
<mat-button-toggle value="sortByISO" (click)="changeTableBasedOnCurrentSort()">ISO</mat-button-toggle>
3636
</mat-button-toggle-group>
@@ -52,7 +52,7 @@
5252
</ng-container>
5353

5454
<ng-container matColumnDef="taskName">
55-
<th mat-header-cell *matHeaderCellDef> Task </th>
55+
<th mat-header-cell *matHeaderCellDef> Activity </th>
5656
<td mat-cell *matCellDef="let element"> {{element.taskName}} </td>
5757
</ng-container>
5858

0 commit comments

Comments
 (0)