diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2021-01-13 15:57:18 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2021-01-13 15:58:25 +0100 |
commit | 6632d4cc9490ff88ba312008681e78b7ba58dc23 (patch) | |
tree | f40e7c69bd665f9e0c7496061809cbc42c021238 /client/src | |
parent | 6d0110ad7ba46fc115f24a7cc15a71c5ad186ed1 (diff) | |
download | PeerTube-6632d4cc9490ff88ba312008681e78b7ba58dc23.tar.gz PeerTube-6632d4cc9490ff88ba312008681e78b7ba58dc23.tar.zst PeerTube-6632d4cc9490ff88ba312008681e78b7ba58dc23.zip |
add admin reminder in case of transcode with no selected resolution to generate
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html index da13d0486..72b7ceb73 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html | |||
@@ -833,6 +833,10 @@ | |||
833 | </ng-template> | 833 | </ng-template> |
834 | </my-peertube-checkbox> | 834 | </my-peertube-checkbox> |
835 | </div> | 835 | </div> |
836 | |||
837 | <span class="mb-2 text-muted" i18n> | ||
838 | The original file resolution will be the default target if no option is selected. | ||
839 | </span> | ||
836 | </ng-container> | 840 | </ng-container> |
837 | </div> | 841 | </div> |
838 | </div> | 842 | </div> |