FIX: Incorrect color scheme name in admin after using wizard
This commit is contained in:
parent
7f66cf618c
commit
373004a00e
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class Wizard
|
||||||
|
|
||||||
attrs = {
|
attrs = {
|
||||||
enabled: true,
|
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,
|
colors: colors,
|
||||||
theme_id: scheme_name
|
theme_id: scheme_name
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue