diff options
author | Marcin Mikołajczak <me@mkljczk.pl> | 2021-01-22 22:05:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 22:05:39 +0100 |
commit | 128bb176bf141af411c19d70296c1900d40a781f (patch) | |
tree | f545d13c0025e24784d3b7cc6930da56d7a619c1 /client/src/app | |
parent | ed4bc631418db2b2c516c89528043e809b506a81 (diff) | |
download | PeerTube-128bb176bf141af411c19d70296c1900d40a781f.tar.gz PeerTube-128bb176bf141af411c19d70296c1900d40a781f.tar.zst PeerTube-128bb176bf141af411c19d70296c1900d40a781f.zip |
add missing i18n tag in login form (#3628)
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+login/login.component.html | 2 |
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 f4bb6215b..3171e5b0f 100644 --- a/client/src/app/+login/login.component.html +++ b/client/src/app/+login/login.component.html | |||
@@ -44,7 +44,7 @@ | |||
44 | <input type="submit" i18n-value value="Login" [disabled]="!form.valid"> | 44 | <input type="submit" i18n-value value="Login" [disabled]="!form.valid"> |
45 | 45 | ||
46 | <div class="additionnal-links"> | 46 | <div class="additionnal-links"> |
47 | <a class="forgot-password-button" (click)="openForgotPasswordModal()" i18n-title title="Click here to reset your password">I forgot my password</a> | 47 | <a i18n class="forgot-password-button" (click)="openForgotPasswordModal()" i18n-title title="Click here to reset your password">I forgot my password</a> |
48 | <div *ngIf="signupAllowed" class="signup-link"> | 48 | <div *ngIf="signupAllowed" class="signup-link"> |
49 | <span>·</span> | 49 | <span>·</span> |
50 | <a i18n routerLink="/signup" class="create-an-account">Create an account</a> | 50 | <a i18n routerLink="/signup" class="create-an-account">Create an account</a> |