mirror of https://github.com/Chocobozzz/PeerTube
Clearer nsfw "do not list" label
parent
4e11d8f3ca
commit
2d6f28a2d9
|
@ -104,7 +104,7 @@
|
||||||
<my-help>
|
<my-help>
|
||||||
<ng-template ptTemplate="customHtml">
|
<ng-template ptTemplate="customHtml">
|
||||||
<ng-container i18n>
|
<ng-container i18n>
|
||||||
With <strong>Do not list</strong> or <strong>Blur thumbnails</strong>, a confirmation will be requested to watch the video.
|
With <strong>Hide</strong> or <strong>Blur thumbnails</strong>, a confirmation will be requested to watch the video.
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</my-help>
|
</my-help>
|
||||||
|
@ -112,7 +112,7 @@
|
||||||
<div class="peertube-select-container">
|
<div class="peertube-select-container">
|
||||||
<select id="instanceDefaultNSFWPolicy" formControlName="defaultNSFWPolicy" class="form-control">
|
<select id="instanceDefaultNSFWPolicy" formControlName="defaultNSFWPolicy" class="form-control">
|
||||||
<option i18n value="undefined" disabled>Policy for sensitive videos</option>
|
<option i18n value="undefined" disabled>Policy for sensitive videos</option>
|
||||||
<option i18n value="do_not_list">Do not list</option>
|
<option i18n value="do_not_list">Hide</option>
|
||||||
<option i18n value="blur">Blur thumbnails</option>
|
<option i18n value="blur">Blur thumbnails</option>
|
||||||
<option i18n value="display">Display</option>
|
<option i18n value="display">Display</option>
|
||||||
</select>
|
</select>
|
||||||
|
|
|
@ -132,7 +132,7 @@
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
||||||
<ng-template ptTemplate="help">
|
<ng-template ptTemplate="help">
|
||||||
<ng-container i18n>Some instances do not list videos containing mature or explicit content by default.</ng-container>
|
<ng-container i18n>Some instances hide videos containing mature or explicit content by default.</ng-container>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</my-peertube-checkbox>
|
</my-peertube-checkbox>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<my-help>
|
<my-help>
|
||||||
<ng-template ptTemplate="customHtml">
|
<ng-template ptTemplate="customHtml">
|
||||||
<ng-container i18n>
|
<ng-container i18n>
|
||||||
With <strong>Do not list</strong> or <strong>Blur thumbnails</strong>, a confirmation will be requested to watch the video.
|
With <strong>Hide</strong> or <strong>Blur thumbnails</strong>, a confirmation will be requested to watch the video.
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</my-help>
|
</my-help>
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
<div class="peertube-select-container">
|
<div class="peertube-select-container">
|
||||||
<select id="nsfwPolicy" formControlName="nsfwPolicy" class="form-control">
|
<select id="nsfwPolicy" formControlName="nsfwPolicy" class="form-control">
|
||||||
<option i18n value="undefined" disabled>Policy for sensitive videos</option>
|
<option i18n value="undefined" disabled>Policy for sensitive videos</option>
|
||||||
<option i18n value="do_not_list">Do not list</option>
|
<option i18n value="do_not_list">Hide</option>
|
||||||
<option i18n value="blur">Blur thumbnails</option>
|
<option i18n value="blur">Blur thumbnails</option>
|
||||||
<option i18n value="display">Display</option>
|
<option i18n value="display">Display</option>
|
||||||
</select>
|
</select>
|
||||||
|
|
Loading…
Reference in New Issue