Skip to content

Commit 5843498

Browse files
committed
Fixed language on CFP
Signed-off-by: Jimmy McArthur <jimmy@tipit.net>
1 parent 30ababf commit 5843498

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

summit/code/forms/SpeakerForm.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ protected function getSpeakerFields()
8484
->end()
8585
->bootstrapIgnore('Photo')
8686
->literal('DisclaimerTitle','<hr><label>Disclaimer</label>')
87-
->literal('RecordingAndPublishingLegalAgreement',sprintf('<div class="disclaimer">Speakers agree that OpenStack Foundation may record and publish their talks presented during the %s OpenStack Summit. If you submit a proposal on behalf of a speaker, you represent to OpenStack Foundation that you have the authority to submit the proposal on the speaker’s behalf and agree to the recording and publication of their presentation.</div>',$this->summit->Title))
87+
->literal('RecordingAndPublishingLegalAgreement',sprintf('<div class="disclaimer">Speakers agree that OpenStack Foundation may record and publish their talks presented during the %s Open Infrastructure Summit. If you submit a proposal on behalf of a speaker, you represent to OpenStack Foundation that you have the authority to submit the proposal on the speaker’s behalf and agree to the recording and publication of their presentation.</div>',$this->summit->Title))
8888
->literal('BureauTitle','<label>Want to be in the Speakers\' Bureau?</label>')
89-
->literal('BureauText','<div class="bureau-text">In addition to the OpenStack Summit, we regularly recruit speakers for OpenStack community events around the world. If you would like to be considered for more speaking opportunities, please indicate your interest in being listed in the speaker’s bureau and complete the below questions so event organizers can learn more about you.</div>')
89+
->literal('BureauText','<div class="bureau-text">In addition to the OpenStack Infrastructure Summit, we regularly recruit speakers for OpenStack community events around the world. If you would like to be considered for more speaking opportunities, please indicate your interest in being listed in the speaker’s bureau and complete the below questions so event organizers can learn more about you.</div>')
9090
->checkbox('AvailableForBureau', "I'd like to be in the speaker bureau")
9191
->configure()
9292
->addExtraClass('bureau-checkbox')

summit/templates/Layout/PresentationPage.ss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="main-panel-section">
1010
<div class="row">
1111
<div class="col-lg-6 col-md-6">
12-
<h2>Presentations</h2>
12+
<h2>Presentations/Forum Submissions</h2>
1313
</div>
1414
<div class="col-lg-6 col-md-6">
1515
<% if $Top.isCallForSpeakerOpen %>
@@ -30,7 +30,7 @@
3030
</div>
3131
</div>
3232
</div>
33-
<h3>Presentations <strong>You</strong> Submitted</h3>
33+
<h3>Presentations/Forum Submissions <strong>You</strong> Submitted</h3>
3434
<table class="table">
3535
<tbody>
3636
<% if $CurrentMember.SpeakerProfile.MyPresentations($Top.Summit.ID) %>

0 commit comments

Comments
 (0)