diff --git a/app/views/cards/_form.html.slim b/app/views/cards/_form.html.slim
index 0c3ec0f..e50bc1f 100644
--- a/app/views/cards/_form.html.slim
+++ b/app/views/cards/_form.html.slim
@@ -16,7 +16,7 @@
= f.association :awaken_type
.row
.col-md-6
- = f.association :leader_skill
+ = f.association :leader_skill, label_method: :description
.col-md-6
= f.association :passive_skill
.row