Skip to content
Snippets Groups Projects
Commit a081ef61 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

correct i18n placeholder

parent c7f35cee
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
[formControl]="activationKeyFormControl" name="activation-key" [formControl]="activationKeyFormControl" name="activation-key"
aria-labelledby="activation-key-input-description"/> aria-labelledby="activation-key-input-description"/>
<mat-placeholder class="placeholder">{{ 'login.activation-key' | translate }}</mat-placeholder> <mat-placeholder class="placeholder">{{ 'login.activation-key' | translate }}</mat-placeholder>
<mat-error *ngIf="activationKeyFormControl.hasError('required')">{{ 'login.activation-key-required' | translate }}</mat-error> <mat-error *ngIf="activationKeyFormControl.hasError('required')">{{ 'user-activation.activation-key-required' | translate }}</mat-error>
</mat-form-field> </mat-form-field>
</form><div fxLayout="column" fxLayoutAlign="space-around"> </form><div fxLayout="column" fxLayoutAlign="space-around">
<button (click)="resetActivation()" mat-flat-button type="button" <button (click)="resetActivation()" mat-flat-button type="button"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment