From fc68d6dac8ea4eb8b7db2e8f57a8f205e33e1025 Mon Sep 17 00:00:00 2001 From: "jvanboxtel@wisc.edu" <jvanboxtel@wisc.edu> Date: Tue, 13 Aug 2019 09:46:30 -0500 Subject: [PATCH] ROENROLL-1930 program of study --- src/app/dars/dars-view/dars-view.component.html | 8 ++++---- src/app/dars/metadata-table/metadata-table.component.html | 2 +- .../new-degree-audit-dialog.component.html | 2 +- .../new-what-if-audit-dialog.component.html | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/dars/dars-view/dars-view.component.html b/src/app/dars/dars-view/dars-view.component.html index 08aa490..5c9ced6 100644 --- a/src/app/dars/dars-view/dars-view.component.html +++ b/src/app/dars/dars-view/dars-view.component.html @@ -31,7 +31,7 @@ [metadata]="programMetadata$" [type]="'normal'" [title]="'Degree Audit'" - [tagline]="'See the progress towards your current program of study and degree plans.'" + [tagline]="'See the progress towards your current academic plan/program and degree plans.'" [button]="'Run new degree audit'" (buttonClick)="openDegreeAuditDialog()"> </cse-dars-metadata-table> @@ -42,7 +42,7 @@ [metadata]="whatIfMetadata$" [type]="'what-if'" [title]="'‘What if’ Audit'" - [tagline]="'See the progress towards a new program of study and degree plans.'" + [tagline]="'See the progress towards a new academic plan/program and degree plans.'" [button]="'Run new ‘what if’ audit'" (buttonClick)="openWhatIfAuditDialog()"> </cse-dars-metadata-table> @@ -78,7 +78,7 @@ <mat-tab-group> <mat-tab label="Degree Audit"> <div class="run-audit-mobile"> - <p>See the progress towards your current program of study.</p> + <p>See the progress towards your current academic plan/program.</p> <button mat-raised-button aria-label="Run new degree audit" [disabled]="(metadataStatus$ | async) != 'Loaded'" @@ -106,7 +106,7 @@ <mat-tab label="What-if"> <div class="run-audit-mobile"> - <p>See the progress towards a new or current program of study and degree plans.</p> + <p>See the progress towards a new or current academic plan/program and degree plans.</p> <button mat-raised-button aria-label="Run new degree audit" diff --git a/src/app/dars/metadata-table/metadata-table.component.html b/src/app/dars/metadata-table/metadata-table.component.html index 200d9d9..775893e 100644 --- a/src/app/dars/metadata-table/metadata-table.component.html +++ b/src/app/dars/metadata-table/metadata-table.component.html @@ -40,7 +40,7 @@ <!-- Program Column --> <ng-container matColumnDef="program"> - <th mat-header-cell *matHeaderCellDef scope="col">Program of Study</th> + <th mat-header-cell *matHeaderCellDef scope="col">Academic Plan/Program</th> <td mat-cell *matCellDef="let audit" class="program-cell">{{(audit.darsDegreeProgramDescription || '').toLowerCase()}}</td> </ng-container> diff --git a/src/app/dars/new-degree-audit-dialog/new-degree-audit-dialog.component.html b/src/app/dars/new-degree-audit-dialog/new-degree-audit-dialog.component.html index 721b72c..647c074 100644 --- a/src/app/dars/new-degree-audit-dialog/new-degree-audit-dialog.component.html +++ b/src/app/dars/new-degree-audit-dialog/new-degree-audit-dialog.component.html @@ -18,7 +18,7 @@ {{ index + 1 }} </ng-template> - <mat-step [stepControl]="chosenProgram" label="Select program of study"> + <mat-step [stepControl]="chosenProgram" label="Select academic plan/program"> <!-- User picks one of the majors or certificates that they're already enrolled in --> diff --git a/src/app/dars/new-what-if-audit-dialog/new-what-if-audit-dialog.component.html b/src/app/dars/new-what-if-audit-dialog/new-what-if-audit-dialog.component.html index 726887c..4d3210a 100644 --- a/src/app/dars/new-what-if-audit-dialog/new-what-if-audit-dialog.component.html +++ b/src/app/dars/new-what-if-audit-dialog/new-what-if-audit-dialog.component.html @@ -18,7 +18,7 @@ {{ index + 1 }} </ng-template> - <mat-step [stepControl]="chosenProgram" label="Select program of study"> + <mat-step [stepControl]="chosenProgram" label="Select academic plan/program"> <form [formGroup]="chosenProgram"> <ng-container *ngIf="institutions$ | async as institutions; else loading"> <!-- -- GitLab