diff options
author | vairag22 <71322586+vairag22@users.noreply.github.com> | 2022-05-03 16:39:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 19:39:00 +0300 |
commit | 6022b284075cfcc32237cc5f4bf1c8fb6660dec4 (patch) | |
tree | 74c38623a0809c969fe8121fd94bbb26726c8bae /pug/options | |
parent | Fixed searXNG missing in README #223 (diff) | |
download | libredirect-6022b284075cfcc32237cc5f4bf1c8fb6660dec4.zip |
Fix incorrect localization (#236)
Diffstat (limited to 'pug/options')
-rw-r--r-- | pug/options/youtube/youtube.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pug/options/youtube/youtube.pug b/pug/options/youtube/youtube.pug index 49bbc8b8..d3173012 100644 --- a/pug/options/youtube/youtube.pug +++ b/pug/options/youtube/youtube.pug @@ -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 |