Skip to content

Commit

Permalink
feat(iosApp): add consents information in networking form.
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardPaligot committed Apr 29, 2024
1 parent 38e5936 commit 6723b58
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
Binary file not shown.
3 changes: 3 additions & 0 deletions iosApp/iosApp/components/users/ProfileInputView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ struct ProfileInputView: View {
UIApplication.shared.endEditing()
onValidation(email, firstName, lastName, company)
}
Text("textNetworkingConsents")
.foregroundColor(.secondary)
.font(Font.caption)
}
}
}
Expand Down
1 change: 1 addition & 0 deletions iosApp/iosApp/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"textNetworkingWarning" = "If you create your profile and share your qrcode, you accept the prospecting that this scan may represent by one of our partners.";
"textNetworkingHereWeGo" = "Here we go!";
"textNetworkingAskToDelete %@ %@" = "Are you sure you want to delete %@ %@ from your networking space?";
"textNetworkingConsents" = "By creating your profile, you give consent for the information provided in this form to be shared with other attendees or event partners through the QR code generated in the app.";
"textTicketFirstname" = "First Name";
"textTicketLastname" = "Last Name";
"textAgendaNoFavorites" = "You don't have any talks in favorites";
Expand Down
1 change: 1 addition & 0 deletions iosApp/iosApp/fr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"textNetworkingWarning" = "Si vous créez votre profil et que vous partagez votre qrcode, vous acceptez la prospection que peut représenter ce scan par l’un de nos partenaires.";
"textNetworkingHereWeGo" = "C'est parti !";
"textNetworkingAskToDelete %@ %@" = "Es-tu sûr de vouloir supprimer %@ %@ de ton espace de networking ?";
"textNetworkingConsents" = "Si vous créez votre profil, vous consentez à ce que les informations que vous avez fournies dans ce formulaire soient partagées avec d'autres participants ou les partenaires de l'événement via le qrcode généré dans l'application.";
"textTicketFirstname" = "Prénom";
"textTicketLastname" = "Nom";
"textAgendaNoFavorites" = "Vous n'avez pas de conférences en favoris";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<string name="text_empty_networking">Here is the networking space. Create your profile to be able to add attendees you will meet and with who you want to keep contact after the event!</string>
<string name="text_empty_networking_warning">If you create your profile and share your qrcode, you accept the prospecting that this scan may represent by one of our partners.</string>
<string name="text_empty_contacts">Scan qrcode of the attendee to add her or him in your contact list.</string>
<string name="text_networking_consents">By creating your profile, you consent to the information you provide in this form being shared with other attendees or event partners by the qrcode generated in the app.</string>
<string name="text_networking_consents">By creating your profile, you give consent for the information provided in this form to be shared with other attendees or event partners through the QR code generated in the app.</string>
<string name="text_job_salary">%1$dK - %2$dK/%3$s</string>
<string name="text_job_requirements_one">%1$d year min</string>
<string name="text_job_requirements_many">%1$d years min</string>
Expand Down

0 comments on commit 6723b58

Please sign in to comment.