diff options
author | Chocobozzz <me@florianbigard.com> | 2018-12-05 14:53:13 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-12-05 14:53:13 +0100 |
commit | 56af5222c1ab3d6aaa76b1237bfa381ecc4878b1 (patch) | |
tree | 54e20808103556369b367ae3890d40edd3c67a1b /client/src/app/signup/signup.component.html | |
parent | 4e74e8032be8293ffe3cb3c30528d4ef7c11a798 (diff) | |
download | PeerTube-56af5222c1ab3d6aaa76b1237bfa381ecc4878b1.tar.gz PeerTube-56af5222c1ab3d6aaa76b1237bfa381ecc4878b1.tar.zst PeerTube-56af5222c1ab3d6aaa76b1237bfa381ecc4878b1.zip |
Put features table in about page
Diffstat (limited to 'client/src/app/signup/signup.component.html')
-rw-r--r-- | client/src/app/signup/signup.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/signup/signup.component.html b/client/src/app/signup/signup.component.html index 0207a166e..07d24b381 100644 --- a/client/src/app/signup/signup.component.html +++ b/client/src/app/signup/signup.component.html | |||
@@ -64,7 +64,7 @@ | |||
64 | </form> | 64 | </form> |
65 | 65 | ||
66 | <div> | 66 | <div> |
67 | <label for="email" i18n>Features found on this instance</label> | 67 | <label i18n>Features found on this instance</label> |
68 | <my-instance-features-table></my-instance-features-table> | 68 | <my-instance-features-table></my-instance-features-table> |
69 | </div> | 69 | </div> |
70 | </div> | 70 | </div> |