Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/views/sponsor_events/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
.form-group
= form.label :starts_at
= form.datetime_local_field :starts_at, class: 'form-control', required: true
%small.form-text= t('.starts_at_help')

.form-group
= form.label :url
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ en:
form:
asset_file: 'Image'
asset_file_help: 'A optional header/hero/banner image to show in the public event listing. Supported formats: PNG, JPEG, WebP (max 20 MB)'
starts_at_help: 'The start time of the event itself, not the doors/reception opening time.'
url_help: 'URL of the webpage for your event details or registration.'
location_local_help: 'We require the location name in the local language to help attendees find the venue.'
capacity_placeholder: 'e.g., 100'
Expand Down
1 change: 1 addition & 0 deletions config/locales/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ ja:
form:
asset_file: '画像'
asset_file_help: '公開イベント一覧に表示するヘッダー/バナー/OGP画像 (オプション)。対応フォーマット: PNG, JPEG, WebP (最大20MB)'
starts_at_help: '開場・受付開始時刻ではなく、イベント自体の開始時刻を入力してください。'
url_help: 'イベントの詳細や登録ページのURLを入力してください。'
location_local_help: '開催場所は日本語での名称も必須としています。参加者が会場を見つけやすくするためです。'
capacity_placeholder: '例: 100'
Expand Down