Skip to content

Commit edc5fa5

Browse files
singharpitalmmrssa
authored andcommitted
Add new step text (fixes #3049) (#3052)
1 parent ed529a6 commit edc5fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/courses/add-courses/courses-step.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
<div planetStepListActions>
3333
<a mat-raised-button color="primary" (click)="addExam()">{{activeStep?.exam ? 'Update' : 'Add' }} Exam</a>
3434
<button mat-raised-button color="primary" (click)="attachItem('resources')" [planetSubmit]="spinnerOn">Add Resource</button>
35-
<button mat-raised-button color="accent" (click)="addStep()" i18n>Add New Step</button>
35+
<button mat-raised-button color="accent" (click)="addStep()" i18n>Add Step</button>
3636
</div>
3737
</planet-step-list>

0 commit comments

Comments
 (0)