File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2424 "submit" : " Submit" ,
2525 "reset" : " Reset" ,
2626 "gender" : " gender" ,
27- "about_the_project" : " About the project"
27+ "about_the_project" : " About the project" ,
28+ "consent_form" : " Consent Form" ,
29+ "do_you_agree_to_share_your_anonymous_location_with" : " Do you agree to share your anonymous locations to "
2830}
Original file line number Diff line number Diff line change 2424 "submit" : " Enviar" ,
2525 "reset" : " Restablecer" ,
2626 "gender" : " género" ,
27- "about_the_project" : " Sobre el proyecto"
27+ "about_the_project" : " Sobre el proyecto" ,
28+ "consent_form" : " Consentimiento" ,
29+ "do_you_agree_to_share_your_anonymous_location_with" : " ¿Estás de acuerdo en compartir tu historial de ubicaciones anónimo con "
2830}
Original file line number Diff line number Diff line change @@ -105,9 +105,8 @@ class _SurveyDetailState extends State<SurveyDetail> {
105105 }
106106
107107 Widget _renderConsentForm () {
108- String title = "Consent Form" ;
109- String text =
110- "Do you agree to share your anonymous locations to ${survey .name }?" ;
108+ String title = AppLocalizations .of (context)! .translate ("consent_form" );
109+ String text = AppLocalizations .of (context)! .translate ("do_you_agree_to_share_your_anonymous_location_with" ) + "${survey .name }?" ;
111110
112111 return Container (
113112 height: SurveyTileHeight ,
You can’t perform that action at this time.
0 commit comments