mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
FIX: Incorrect color scheme name in admin after using wizard
This commit is contained in:
@ -133,7 +133,7 @@ class Wizard
|
||||
|
||||
attrs = {
|
||||
enabled: true,
|
||||
name: I18n.t("wizard.step.colors.fields.color_scheme.options.#{scheme_name}"),
|
||||
name: I18n.t("wizard.step.colors.fields.theme_id.choices.#{scheme_name}.label"),
|
||||
colors: colors,
|
||||
theme_id: scheme_name
|
||||
}
|
||||
|
Reference in New Issue
Block a user