Fix admin config labels

This commit is contained in:
Chocobozzz 2024-09-26 16:02:33 +02:00
parent 9f222b49d1
commit 7b79723976
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>