forked from saurabh/orbit4-5
fix member password note and birthday format
This commit is contained in:
parent
c2c9bd4682
commit
e19816ede5
|
@ -136,7 +136,7 @@
|
|||
<div class="control-group">
|
||||
<label for="birthday" class="control-label muted"><%= t("users.birthday")%></label>
|
||||
<div class="controls">
|
||||
<%= f.datetime_picker :birthday, :no_label => true %>
|
||||
<%= f.datetime_picker :birthday, :no_label => true, :format=>"yyyy/MM/dd" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -627,7 +627,7 @@ zh_tw:
|
|||
name: 姓名
|
||||
valid_old_password: 目前的密碼不符合確認值
|
||||
new_password: 新密碼
|
||||
new_password_note: 至少6個字元
|
||||
new_password_note: 至少8個字元
|
||||
new_password_confirmation: 確認新密碼
|
||||
female: 女性
|
||||
unknown: 未知
|
||||
|
|
Loading…
Reference in New Issue