You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -114,13 +114,13 @@ protected function getPresentationFields() {
114
114
->setRows(10)
115
115
->setColumns(8)
116
116
->end()
117
-
->tinyMCEEditor('AttendeesExpectedLearnt','What should attendees expect to learn? (1000 chars)')
117
+
->tinyMCEEditor('AttendeesExpectedLearnt','Why is this session useful? (1000 chars)')
118
118
->configure()
119
119
->setRows(20)
120
120
->setColumns(8)
121
121
->end()
122
122
->optionset('AttendingMedia',
123
-
'Are you available to discuss the topic of this presentation with attending media?',
123
+
'Are you available to discuss this topic with attending media?',
124
124
array(
125
125
1 => 'Yes',
126
126
0 => 'No'
@@ -145,7 +145,7 @@ protected function getPresentationFields() {
145
145
->end()
146
146
->literal('EndHr','<hr>');
147
147
148
-
$CategoryGroupField = newCategoryGroupField('GroupID','Select the <a href="'.$this->summit->Link.'categories" target="_blank">Summit Category</a> of your presentation');
148
+
$CategoryGroupField = newCategoryGroupField('GroupID','Select the <a href="'.$this->summit->Link.'categories" target="_blank">Summit Category</a> of your session');
0 commit comments