aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-user-settings
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/shared/shared-user-settings
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/shared/shared-user-settings')
-rw-r--r--client/src/app/shared/shared-user-settings/user-video-settings.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-user-settings/user-video-settings.component.html b/client/src/app/shared/shared-user-settings/user-video-settings.component.html
index aa261fdce..a49e11485 100644
--- a/client/src/app/shared/shared-user-settings/user-video-settings.component.html
+++ b/client/src/app/shared/shared-user-settings/user-video-settings.component.html
@@ -5,7 +5,7 @@
5 <my-help> 5 <my-help>
6 <ng-template ptTemplate="customHtml"> 6 <ng-template ptTemplate="customHtml">
7 <ng-container i18n> 7 <ng-container i18n>
8 With <strong>Do not list</strong> or <strong>Blur thumbnails</strong>, a confirmation will be requested to watch the video. 8 With <strong>Hide</strong> or <strong>Blur thumbnails</strong>, a confirmation will be requested to watch the video.
9 </ng-container> 9 </ng-container>
10 </ng-template> 10 </ng-template>
11 </my-help> 11 </my-help>
@@ -13,7 +13,7 @@
13 <div class="peertube-select-container"> 13 <div class="peertube-select-container">
14 <select id="nsfwPolicy" formControlName="nsfwPolicy" class="form-control"> 14 <select id="nsfwPolicy" formControlName="nsfwPolicy" class="form-control">
15 <option i18n value="undefined" disabled>Policy for sensitive videos</option> 15 <option i18n value="undefined" disabled>Policy for sensitive videos</option>
16 <option i18n value="do_not_list">Do not list</option> 16 <option i18n value="do_not_list">Hide</option>
17 <option i18n value="blur">Blur thumbnails</option> 17 <option i18n value="blur">Blur thumbnails</option>
18 <option i18n value="display">Display</option> 18 <option i18n value="display">Display</option>
19 </select> 19 </select>