This commit is contained in:
syeopite 2023-12-07 02:14:28 -08:00
parent f4ba6ea6dc
commit d07ebe2371
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>