From 373004a00eacfc696b6879e12fef3c676f8cbe4b Mon Sep 17 00:00:00 2001
From: Robin Ward <robin.ward@gmail.com>
Date: Thu, 22 Sep 2016 11:16:01 -0400
Subject: [PATCH] FIX: Incorrect color scheme name in admin after using wizard

---
 lib/wizard/builder.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/wizard/builder.rb b/lib/wizard/builder.rb
index 9f9fad1371b..17de742274e 100644
--- a/lib/wizard/builder.rb
+++ b/lib/wizard/builder.rb
@@ -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
           }