aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/login
diff options
context:
space:
mode:
authorFilip Bengtsson <me@autom.zone>2020-02-21 18:51:05 +0100
committerGitHub <noreply@github.com>2020-02-21 18:51:05 +0100
commit97eae8382eed6267f8f1e04e5aa47b314111c06c (patch)
treed9321d0258c7f2ce5554c50f12339e546710c990 /client/src/app/login
parent14571f1995e3a1868a3280b7aad5005cff051c7d (diff)
downloadPeerTube-97eae8382eed6267f8f1e04e5aa47b314111c06c.tar.gz
PeerTube-97eae8382eed6267f8f1e04e5aa47b314111c06c.tar.zst
PeerTube-97eae8382eed6267f8f1e04e5aa47b314111c06c.zip
Mark additional strings as translatable (#2507)
Diffstat (limited to 'client/src/app/login')
-rw-r--r--client/src/app/login/login.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/login/login.component.html b/client/src/app/login/login.component.html
index 0b0bacff0..38b59a1eb 100644
--- a/client/src/app/login/login.component.html
+++ b/client/src/app/login/login.component.html
@@ -47,7 +47,7 @@
47 type="password" name="password" id="password" i18n-placeholder placeholder="Password" required tabindex="2" autocomplete="current-password" 47 type="password" name="password" id="password" i18n-placeholder placeholder="Password" required tabindex="2" autocomplete="current-password"
48 formControlName="password" [ngClass]="{ 'input-error': formErrors['password'] }" 48 formControlName="password" [ngClass]="{ 'input-error': formErrors['password'] }"
49 > 49 >
50 <a i18n class="forgot-password-button" (click)="openForgotPasswordModal()" title="Click here to reset your password">I forgot my password</a> 50 <a i18n-title class="forgot-password-button" (click)="openForgotPasswordModal()" title="Click here to reset your password">I forgot my password</a>
51 </div> 51 </div>
52 <div *ngIf="formErrors.password" class="form-error"> 52 <div *ngIf="formErrors.password" class="form-error">
53 {{ formErrors.password }} 53 {{ formErrors.password }}