diff --git a/app/views/aspects/edit.html.haml b/app/views/aspects/edit.html.haml
index 441e0951b..973f059cd 100644
--- a/app/views/aspects/edit.html.haml
+++ b/app/views/aspects/edit.html.haml
@@ -25,7 +25,7 @@
#aspect_name_edit.hidden
= form_for @aspect, :remote => true do |aspect|
- = aspect.text_field :name
+ = aspect.text_field :name, :maxlength => 20
= aspect.submit t('.update'), :disable_with => t('.updating'), :class => 'button'
- if @contacts.count > 0