diff --git a/app/views/profiles/_edit.haml b/app/views/profiles/_edit.haml index a6d445a54..408344bd3 100644 --- a/app/views/profiles/_edit.haml +++ b/app/views/profiles/_edit.haml @@ -36,7 +36,7 @@ %h4 = t('profiles.edit.your_birthday') = select_date profile.birthday, :prompt => true, - :default => true, :order => t('date.order'), :start_year => 2000, :end_year => 1930, :prefix => 'profile[date]' + :default => true, :order => t('date.order'), :start_year => 2000, :end_year => 1910, :prefix => 'profile[date]' %br %br