Skip to content

Commit d7b91b2

Browse files
committed
add message to tell not to share the link
1 parent 6399341 commit d7b91b2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

app/views/schedule/grid.html.haml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#content
55
%h1
66
#{t(:schedule)}
7+
%p
8+
%strong= t(:schedule_is_tentative)
79
- @timetable.days.each do |date|
810
%div
911
%h2

config/locales/rubykaigi_en.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ en:
143143
instruction: 'Instruction'
144144
free_admission_program_for_students: 'Free Admission Program For Students'
145145
free_admission_program_for_students_entry_form: 'Program Entry Form'
146-
146+
schedule_is_tentative: 'THE SCHEDULE IS TENTATIVE AND IS SUBJECT TO CHANGE. DO NOT SHARE THIS LINK AT THIS TIME. PROVIDED FOR REVIEW ONLY.'

config/locales/rubykaigi_ja.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ ja:
144144
instruction: '説明'
145145
free_admission_program_for_students: '学生無料参加制度'
146146
free_admission_program_for_students_entry_form: '学生無料参加制度エントリーフォーム'
147-
147+
schedule_is_tentative: 'スケジュールは調整中のため、変更される可能性があります。この URL は公開しないでください。レビューのために提供されています。'

0 commit comments

Comments
 (0)