FIX: Incorrect color scheme name in admin after using wizard

This commit is contained in:
Robin Ward
2016-09-22 11:16:01 -04:00
parent 7f66cf618c
commit 373004a00e

View File

@ -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
} }