Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Commit

Permalink
Add help messages to store email
Browse files Browse the repository at this point in the history
  • Loading branch information
YOSHIDA Hiroki committed May 15, 2015
1 parent 7739a45 commit e90214a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/app/views/comable/admin/store/_form.slim
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@
.form-group
= f.label :email
= f.email_field :email

.help-block
p
= Comable.t('admin.help_of_store_email')
1 change: 1 addition & 0 deletions core/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ en:
tracker_code_help_additional: '<code>order.order_items</code> is Array. And you can retrieve the following information from each element.'
list_of_usable_variables: 'Available variables are as follows.'
mote_infomation_for_syntax: 'For more information about the syntax please refer to the following page:'
help_of_store_email: 'This field will be used as sender of mail that send to customers. The mail will not be sent when the field is empty.'
nav:
dashboard: 'Dashboard'
order: 'Orders'
Expand Down
1 change: 1 addition & 0 deletions core/config/locales/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ ja:
tracker_code_help_additional: '<code>order.order_items</code> は配列で、各要素から次の情報を取り出すことができます。'
list_of_usable_variables: '利用可能な変数は次の通りです。'
mote_infomation_for_syntax: '構文についての詳しい情報は次のページをご覧ください:'
help_of_store_email: 'この項目は顧客に送信するメールの送信元として利用されます。未入力の場合はメールが送信されません。'
nav:
dashboard: ダッシュボード
order: 注文管理
Expand Down

0 comments on commit e90214a

Please sign in to comment.