mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-19 23:25:52 -04:00
Typo
This commit is contained in:
parent
f4ba6ea6dc
commit
d07ebe2371
@ -824,7 +824,7 @@ default_user_preferences:
|
||||
#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
|
||||
## Default: false
|
||||
|
@ -117,7 +117,7 @@
|
||||
</div>
|
||||
|
||||
<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 %>>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user