Cleaned up code and added missing translation units

This commit is contained in:
Tzahi12345
2020-05-03 19:35:38 -04:00
parent 74e47b7d04
commit 1861011fb0
10 changed files with 16 additions and 19 deletions

View File

@@ -3,12 +3,12 @@
<mat-dialog-content>
<div>
<mat-form-field>
<input matInput placeholder="User name" [(ngModel)]="usernameInput">
<input matInput placeholder="User name" i18n-placeholder="User name placeholder" [(ngModel)]="usernameInput">
</mat-form-field>
</div>
<div>
<mat-form-field>
<input matInput placeholder="Password" [(ngModel)]="passwordInput" type="password">
<input matInput placeholder="Password" i18n-placeholder="Password placeholder" [(ngModel)]="passwordInput" type="password">
</mat-form-field>
</div>
</mat-dialog-content>