Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Switch to new reset key
Browse files Browse the repository at this point in the history
  • Loading branch information
Iris Hunkeler committed Jun 23, 2022
1 parent 784fe14 commit aa59148
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ <h3>{{ "reports.a2.title" | translate }}</h3>
<mat-error *ngIf="formControl.hasError('required')">{{ "i18n.validation.required" | translate }}</mat-error>
</mat-form-field>
<button id="reset-a2-input" mat-button (click)="resetInput()" obButton="tertiary">
{{ "reports.a2.reset-input" | translate }}
{{ "reports.reset-input" | translate }}
</button>

0 comments on commit aa59148

Please sign in to comment.