aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-04-27 16:23:32 +0200
committerChocobozzz <me@florianbigard.com>2021-04-28 09:05:53 +0200
commit2d6f28a2d9f9986865a77838c548ffdb8baac4f5 (patch)
tree9ab4f1bf5ab46297734f7f7f547cf26c7c64f368 /client/src/app/+videos
parent4e11d8f3ca65bb1ffd0f42fa1521eabc5f3d7713 (diff)
downloadPeerTube-2d6f28a2d9f9986865a77838c548ffdb8baac4f5.tar.gz
PeerTube-2d6f28a2d9f9986865a77838c548ffdb8baac4f5.tar.zst
PeerTube-2d6f28a2d9f9986865a77838c548ffdb8baac4f5.zip
Clearer nsfw "do not list" label
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r--client/src/app/+videos/+video-edit/shared/video-edit.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.html b/client/src/app/+videos/+video-edit/shared/video-edit.component.html
index 6fe52af67..094b4d3b3 100644
--- a/client/src/app/+videos/+video-edit/shared/video-edit.component.html
+++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.html
@@ -132,7 +132,7 @@
132 </ng-template> 132 </ng-template>
133 133
134 <ng-template ptTemplate="help"> 134 <ng-template ptTemplate="help">
135 <ng-container i18n>Some instances do not list videos containing mature or explicit content by default.</ng-container> 135 <ng-container i18n>Some instances hide videos containing mature or explicit content by default.</ng-container>
136 </ng-template> 136 </ng-template>
137 </my-peertube-checkbox> 137 </my-peertube-checkbox>
138 138