mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-19 14:50:37 -04:00
Fix typo in English locale
This commit is contained in:
parent
2d78e35e16
commit
007646774e
2 changed files with 2 additions and 2 deletions
|
@ -2032,7 +2032,7 @@ post "/preferences" do |env|
|
|||
PG_DB.exec("UPDATE users SET preferences = $1 WHERE email = $2", preferences, user.email)
|
||||
|
||||
if config.admins.includes? user.email
|
||||
config.default_user_preferences.default_home = env.params.body["admin_default_home"]?.try &.as(String) || CONFIG.default_user_preferences.default_home
|
||||
config.default_user_preferences.default_home = env.params.body["admin_default_home"]?.try &.as(String) || config.default_user_preferences.default_home
|
||||
|
||||
admin_feed_menu = [] of String
|
||||
5.times do |index|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue