mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-11 23:28:31 +00:00
Spelling: HD, 3D, HDR
This commit is contained in:
parent
75e5b49c3a
commit
43bc081ca0
@ -55,7 +55,7 @@
|
||||
<div class="pure-u-1-3 pure-u-md-1-5">
|
||||
<b><%= translate(locale, "features") %></b>
|
||||
<hr/>
|
||||
<% ["hd", "subtitles", "creative_commons", "3d", "live", "purchased", "4k", "360", "location", "hdr"].each do |feature| %>
|
||||
<% ["HD", "subtitles", "creative_commons", "3D", "live", "purchased", "4k", "360", "location", "HDR"].each do |feature| %>
|
||||
<div class="pure-u-1 pure-md-1-5">
|
||||
<% if operator_hash.fetch("features", "all").includes?(feature) %>
|
||||
<b><%= translate(locale, feature) %></b>
|
||||
|
Loading…
Reference in New Issue
Block a user