add password message

This commit is contained in:
EricTYL 2019-11-11 13:36:56 +08:00
parent 3a3c62bd78
commit 13a8b92003
3 changed files with 3 additions and 1 deletions

View File

@ -135,7 +135,7 @@
<label for="password" class="col-sm-2 control-label">*<%= t('seminar_signup.password') %></label>
<div class="col-sm-10">
<%= f.text_field :password, :class=>"input-medium form-control", :placeholder=> t('seminar_signup.password') %>
( 此密碼為下次投稿上傳檔案時必須輸入的密碼。 )
<%= t('seminar_signup.password_message') %>
</div>
</div>

View File

@ -77,6 +77,7 @@ en:
address: Address #地址
email: Email #e-mail信箱
password: Password #密碼
password_message: '( This password is for uploading file when contributing. )'
note: Note #註解
time: 'Start / End Time' #(開始/結束)時間
place: Place #地點

View File

@ -77,6 +77,7 @@ zh_tw:
address: 地址
email: e-mail信箱
password: 密碼
password_message: '( 此密碼為下次投稿上傳檔案時必須輸入的密碼。 )'
note: 註解
time: (開始/結束)時間
place: 地點