mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:16:38 -06:00
FIX: Incorrect color scheme name in admin after using wizard
This commit is contained in:
parent
7f66cf618c
commit
373004a00e
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user