X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/bad03267c13c82dbe33a64410fbf0fc9356f4fbf..a35f360d5eb96fc553afaf17818a3ace0665a03d:/app/views/preferences/edit.html.erb diff --git a/app/views/preferences/edit.html.erb b/app/views/preferences/edit.html.erb index 34cb72046..2c3cd4ba0 100644 --- a/app/views/preferences/edit.html.erb +++ b/app/views/preferences/edit.html.erb @@ -11,7 +11,7 @@ <%= label_tag "site_color_scheme", t("preferences.show.preferred_site_color_scheme"), :class => "form-label" %> <%= select_tag "site_color_scheme", options_for_select(%w[auto light dark].map { |scheme| [t("preferences.show.site_color_schemes.#{scheme}"), scheme] }, - preferred_site_color_scheme), + preferred_color_scheme(:site)), :class => "form-select" %>