diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-28 15:13:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-28 15:13:01 +0200 |
commit | baf0a8c98e68e7221fec371281a99b13133cc7d0 (patch) | |
tree | a1fe26410e89a93de0b3e7476c636eeea4876e71 /client/src/app/login/login.component.html | |
parent | 01fe5bd721ae99569f776ad362ebdaa5ba8f494f (diff) | |
download | PeerTube-baf0a8c98e68e7221fec371281a99b13133cc7d0.tar.gz PeerTube-baf0a8c98e68e7221fec371281a99b13133cc7d0.tar.zst PeerTube-baf0a8c98e68e7221fec371281a99b13133cc7d0.zip |
Fix some i18n tags
Diffstat (limited to 'client/src/app/login/login.component.html')
-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 910583193..93dbed525 100644 --- a/client/src/app/login/login.component.html +++ b/client/src/app/login/login.component.html | |||
@@ -48,7 +48,7 @@ | |||
48 | </div> | 48 | </div> |
49 | </div> | 49 | </div> |
50 | 50 | ||
51 | <input type="submit" value="Login" [disabled]="!form.valid"> | 51 | <input type="submit" i18n-value value="Login" [disabled]="!form.valid"> |
52 | </form> | 52 | </form> |
53 | </div> | 53 | </div> |
54 | 54 | ||