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 1df1ef2ad6b..7ba2d9ac8aa 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 @@
PeerTube version | +PeerTube version | {{ getServerVersionAndCommit() }} | |
---|---|---|---|
+ |
Default NSFW/sensitive videos policy
can be redefined by the users
-
+ |
{{ buildNSFWLabel() }} | |
User registration allowed | +User registration allowed |
|
|
Video uploads | +Video uploads | ||
Transcoding in multiple resolutions | +Transcoding in multiple resolutions |
|
|
Video uploads | +Video uploads | Requires manual validation by moderators Automatically published @@ -43,7 +44,7 @@ | |
Video quota | +Video quota |
| |
Import | +Import | ||
HTTP import (YouTube, Vimeo, direct URL...) | +HTTP import (YouTube, Vimeo, direct URL...) |
|
|
Torrent import | +Torrent import |
|
@@ -82,22 +83,22 @@
|
Player | +Player | ||
P2P enabled | +P2P enabled |
|
|
Search | +Search | ||
Users can resolve distant content | +Users can resolve distant content |
|
diff --git a/client/src/app/shared/instance/instance-features-table.component.scss b/client/src/app/shared/instance/instance-features-table.component.scss
index 47c064265b4..a515747413b 100644
--- a/client/src/app/shared/instance/instance-features-table.component.scss
+++ b/client/src/app/shared/instance/instance-features-table.component.scss
@@ -14,6 +14,7 @@ table {
}
&.sub-label {
+ font-weight: $font-regular;
padding-left: 30px;
}
@@ -27,6 +28,13 @@ table {
td {
vertical-align: middle;
}
+
+ caption {
+ caption-side: top;
+ font-size: 15px;
+ font-weight: $font-semibold;
+ color: pvar(--mainForegroundColor);
+ }
}