Change end year
Changed to 1910. So people like THIS: https://en.wikipedia.org/wiki/Jacque_Fresco#Early_life can actually use Diaspora.
This commit is contained in:
parent
9edf581bde
commit
bf479f6715
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue