mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Fix locale discrepancy for extend desc feature
This commit is contained in:
parent
50ba3c5d5c
commit
e6fba5d802
37 changed files with 118 additions and 12 deletions
|
@ -107,7 +107,7 @@
|
|||
</div>
|
||||
|
||||
<div class="pure-control-group">
|
||||
<label for="extend_desc"><%= translate(locale, "Automatically extend video descriptions: ") %></label>
|
||||
<label for="extend_desc"><%= translate(locale, "Automatically extend video description: ") %></label>
|
||||
<input name="extend_desc" id="extend_desc" type="checkbox" <% if preferences.extend_desc %>checked<% end %>>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue