Fix admin config labels
This commit is contained in:
parent
9f222b49d1
commit
7b79723976
|
@ -279,7 +279,7 @@
|
||||||
<span i18n class="small muted ms-1">allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.</span>
|
<span i18n class="small muted ms-1">allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.</span>
|
||||||
|
|
||||||
<div class="number-with-unit">
|
<div class="number-with-unit">
|
||||||
<input type="number" name="importConcurrency" formControlName="concurrency" />
|
<input type="number" id="importConcurrency" formControlName="concurrency" />
|
||||||
<span i18n>jobs in parallel</span>
|
<span i18n>jobs in parallel</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
<span class="ms-2 small muted">(-1 for "unlimited")</span>
|
<span class="ms-2 small muted">(-1 for "unlimited")</span>
|
||||||
|
|
||||||
<div class="number-with-unit">
|
<div class="number-with-unit">
|
||||||
<input type="number" name="liveMaxInstanceLives" formControlName="maxInstanceLives" />
|
<input type="number" id="liveMaxInstanceLives" formControlName="maxInstanceLives" />
|
||||||
<span i18n>{form.value['live']['maxInstanceLives'], plural, =1 {live} other {lives}}</span>
|
<span i18n>{form.value['live']['maxInstanceLives'], plural, =1 {live} other {lives}}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
<span class="ms-2 small muted">(-1 for "unlimited")</span>
|
<span class="ms-2 small muted">(-1 for "unlimited")</span>
|
||||||
|
|
||||||
<div class="number-with-unit">
|
<div class="number-with-unit">
|
||||||
<input type="number" name="liveMaxUserLives" formControlName="maxUserLives" />
|
<input type="number" id="liveMaxUserLives" formControlName="maxUserLives" />
|
||||||
<span i18n>{form.value['live']['maxUserLives'], plural, =1 {live} other {lives}}</span>
|
<span i18n>{form.value['live']['maxUserLives'], plural, =1 {live} other {lives}}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -214,7 +214,7 @@
|
||||||
<span class="small muted ms-1" i18n>allows to transcode multiple files in parallel. ⚠️ Requires a PeerTube restart</span>
|
<span class="small muted ms-1" i18n>allows to transcode multiple files in parallel. ⚠️ Requires a PeerTube restart</span>
|
||||||
|
|
||||||
<div class="number-with-unit">
|
<div class="number-with-unit">
|
||||||
<input type="number" name="transcodingConcurrency" formControlName="concurrency" />
|
<input type="number" id="transcodingConcurrency" formControlName="concurrency" />
|
||||||
<span i18n>jobs in parallel</span>
|
<span i18n>jobs in parallel</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue