Fixed overlapping names and a typo
This commit is contained in:
parent
798188643e
commit
b567286b40
@ -368,7 +368,7 @@
|
||||
|
||||
<div id="divSecondsOfIntroStartToPlay" class="inputContainer">
|
||||
<label class="inputLabel inputLabelUnfocused" for="SecondsOfIntroStartToPlay">
|
||||
Intro playback duration (in seconds)
|
||||
Intro skip delay (in seconds)
|
||||
</label>
|
||||
<input id="SecondsOfIntroStartToPlay" type="number" is="emby-input" min="0" />
|
||||
<div class="fieldDescription">
|
||||
@ -391,7 +391,7 @@
|
||||
|
||||
<div id="divSecondsOfCreditsStartToPlay" class="inputContainer">
|
||||
<label class="inputLabel inputLabelUnfocused" for="SecondsOfCreditsStartToPlay">
|
||||
Credit playback duration (in seconds)
|
||||
Credit skip delay (in seconds)
|
||||
</label>
|
||||
<input id="SecondsOfCreditsStartToPlay" type="number" is="emby-input" min="0" />
|
||||
<div class="fieldDescription">
|
||||
@ -436,7 +436,7 @@
|
||||
|
||||
<div id="divShowPromptAdjustment" class="inputContainer">
|
||||
<label class="inputLabel inputLabelUnfocused" for="ShowPromptAdjustment">
|
||||
Skip prompt offset (in seoncds)
|
||||
Skip prompt offset (in seconds)
|
||||
</label>
|
||||
<input id="ShowPromptAdjustment" type="number" is="emby-input" min="0" />
|
||||
<div class="fieldDescription">
|
||||
|
Loading…
x
Reference in New Issue
Block a user