diff options
author | Caroline Chuong <caroline.chuong@octo.com> | 2020-06-11 18:12:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 18:12:52 +0200 |
commit | 45800f7e63665708665ab0252049e54846ec84c5 (patch) | |
tree | c0c489f9f7ad920ec684a71b8737accbe661803f /client/src/app/+about | |
parent | cf78883c70dca99fc519374d55620d9403d482be (diff) | |
download | PeerTube-45800f7e63665708665ab0252049e54846ec84c5.tar.gz PeerTube-45800f7e63665708665ab0252049e54846ec84c5.tar.zst PeerTube-45800f7e63665708665ab0252049e54846ec84c5.zip |
add scope tags and aria-labels to instance table (#2866)
also move label to caption element in table
Diffstat (limited to 'client/src/app/+about')
-rw-r--r-- | client/src/app/+about/about-instance/about-instance.component.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/+about/about-instance/about-instance.component.html b/client/src/app/+about/about-instance/about-instance.component.html index 1df1ef2ad..7ba2d9ac8 100644 --- a/client/src/app/+about/about-instance/about-instance.component.html +++ b/client/src/app/+about/about-instance/about-instance.component.html | |||
@@ -91,7 +91,6 @@ | |||
91 | </div> | 91 | </div> |
92 | 92 | ||
93 | <div class="col-md-12 col-xl-6"> | 93 | <div class="col-md-12 col-xl-6"> |
94 | <label i18n>Features found on this instance</label> | ||
95 | <my-instance-features-table></my-instance-features-table> | 94 | <my-instance-features-table></my-instance-features-table> |
96 | </div> | 95 | </div> |
97 | 96 | ||