Fix incorrect localization (#236)
This commit is contained in:
parent
5dc61e8071
commit
6022b28407
|
@ -124,7 +124,7 @@ body.option(dir="auto")
|
|||
input.volume(type="range" min="0" max="100" step="1")
|
||||
|
||||
.some-block.option-block
|
||||
h4(data-localise="__MSG_prefDashQuality__") Default comments
|
||||
h4(data-localise="__MSG_defaultComments__") Default comments
|
||||
select(class="comments[0]")
|
||||
option(value="" data-localise="__MSG_none__") none
|
||||
option(value="youtube") YouTube
|
||||
|
|
Loading…
Reference in New Issue