Skip to content
Snippets Groups Projects
Commit fc68d6da authored by jvanboxtel@wisc.edu's avatar jvanboxtel@wisc.edu
Browse files

ROENROLL-1930 program of study

parent b99cbb68
No related branches found
No related tags found
No related merge requests found
......@@ -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]="'&lsquo;What if&rsquo; 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 &lsquo;what if&rsquo; 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"
......
......@@ -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>
......
......@@ -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
-->
......
......@@ -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">
<!--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment