1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00

Minimal PeertubeModalService to open settings from "can be redefined..." (#3923)

* Minimal PeertubeModalService to open settings from "can be redefined..."

* Linter changes

* Removed unused parameter, made Subject type reflect this, and formatting
This commit is contained in:
aschaap 2021-04-06 02:57:30 -04:00 committed by GitHub
parent 1bbc0270f6
commit 43a3d281fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 2 deletions

View file

@ -11,7 +11,7 @@
<tr>
<th i18n class="label" scope="row">
<div>Default NSFW/sensitive videos policy</div>
<div class="more-info">can be redefined by the users</div>
<div class="c-hand more-info" (click)="openQuickSettingsHighlight()">can be redefined by the users</div>
</th>
<td class="value">{{ buildNSFWLabel() }}</td>