@@ -100,22 +100,22 @@ export default ModelBase.extend({
100100 twitter : tn . t ( 'Twitter' ) ,
101101 facebook : tn . t ( 'Facebook' ) ,
102102 github : tn . t ( 'GitHub' ) ,
103- instagram : tn . t ( 'Instagram' ) ,
104103 linkedin : tn . t ( 'LinkedIn' ) ,
104+ instagram : tn . t ( 'Instagram' ) ,
105105 mastodon : tn . t ( 'Mastodon' ) ,
106106 gender : tn . t ( 'Which of these categories describe your gender identity? (check all that apply)' ) ,
107- acceptReceiveEmails : tn . t ( 'Email consent ' ) ,
107+ ageGroup : tn . t ( 'Age Group ' ) ,
108108 acceptVideoRecording : tn . t ( 'Photo & video & text consent' ) ,
109109 acceptShareDetails : tn . t ( 'Partner contact consent' ) ,
110- ageGroup : tn . t ( 'Age Group' ) ,
110+ acceptReceiveEmails : tn . t ( 'Email consent' ) ,
111+ is_consent_form_field : tn . t ( 'Consent form field' ) ,
112+ is_consent_form_field_photo : tn . t ( 'Wikimania photo consent' ) ,
113+ is_consent_form_field_email : tn . t ( 'Wikimania email updates' ) ,
111114 isConsentOfRefundPolicy : tn . t ( 'Consent of refund policy' ) ,
112- homeWiki : tn . t ( 'What is your home wiki' ) ,
113115 languageForm1 : tn . t ( 'What is your native language, or what language are you most fluent in?' ) ,
114116 languageForm2 : tn . t ( 'Are you fluent in any other of the following languages?' ) ,
115- is_consent_form_field : tn . t ( 'Consent form field' ) ,
116- wikiScholarship : tn . t ( 'Have you received a Wikimania scholarship?' ) ,
117- is_consent_form_field_photo : tn . t ( 'Wikimania photo consent' ) ,
118- is_consent_form_field_email : tn . t ( 'Wikimania email updates' )
117+ homeWiki : tn . t ( 'What is your home wiki' ) ,
118+ wikiScholarship : tn . t ( 'Have you received a Wikimania scholarship?' )
119119 } ,
120120
121121 ready ( ) {
0 commit comments