mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-29 00:38:30 +00:00
Typo
This commit is contained in:
parent
f4ba6ea6dc
commit
d07ebe2371
@ -824,7 +824,7 @@ default_user_preferences:
|
|||||||
#save_player_pos: false
|
#save_player_pos: false
|
||||||
|
|
||||||
##
|
##
|
||||||
## Show the channel's watermark on the bottom-rght corner of videos
|
## Show the channel's watermark on the bottom-right corner of videos
|
||||||
##
|
##
|
||||||
## Accepted values: true, false
|
## Accepted values: true, false
|
||||||
## Default: false
|
## Default: false
|
||||||
|
@ -117,7 +117,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="pure-control-group">
|
<div class="pure-control-group">
|
||||||
<label for="show_"><%= translate(locale, "preferences_save_player_pos_label") %></label>
|
<label for="save_player_pos"><%= translate(locale, "preferences_save_player_pos_label") %></label>
|
||||||
<input name="save_player_pos" id="save_player_pos" type="checkbox" <% if preferences.save_player_pos %>checked<% end %>>
|
<input name="save_player_pos" id="save_player_pos" type="checkbox" <% if preferences.save_player_pos %>checked<% end %>>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user