We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed529a6 commit edc5fa5Copy full SHA for edc5fa5
src/app/courses/add-courses/courses-step.component.html
@@ -32,6 +32,6 @@
32
<div planetStepListActions>
33
<a mat-raised-button color="primary" (click)="addExam()">{{activeStep?.exam ? 'Update' : 'Add' }} Exam</a>
34
<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>
+ <button mat-raised-button color="accent" (click)="addStep()" i18n>Add Step</button>
36
</div>
37
</planet-step-list>
0 commit comments