]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+login/login.component.html
Update translations
[github/Chocobozzz/PeerTube.git] / client / src / app / +login / login.component.html
index e0be3b415261bf5ea8871d01c7847dfa40947678..3171e5b0f27a0e43818dc7cd386cca19a5a403f9 100644 (file)
@@ -32,7 +32,7 @@
 
           <div class="form-group">
             <label i18n for="password">Password</label>
-            <my-input-toggle-hidden formControlName="password" id="password"
+            <my-input-toggle-hidden formControlName="password" inputId="password"
                                     i18n-placeholder placeholder="Password"
                                     [ngClass]="{ 'input-error': formErrors['password'] }"
                                     autocomplete="current-password" [tabindex]="2"></my-input-toggle-hidden>
@@ -42,9 +42,9 @@
           </div>
 
           <input type="submit" i18n-value value="Login" [disabled]="!form.valid">
-          
+
           <div class="additionnal-links">
-            <a class="forgot-password-button" (click)="openForgotPasswordModal()" i18n-title title="Click here to reset your password">I forgot my password</a>
+            <a i18n class="forgot-password-button" (click)="openForgotPasswordModal()" i18n-title title="Click here to reset your password">I forgot my password</a>
             <div *ngIf="signupAllowed" class="signup-link">
               <span>ยท</span>
               <a i18n routerLink="/signup" class="create-an-account">Create an account</a>