Skip to content

Commit

Permalink
fix: UI for form submission
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-mccombs committed Nov 19, 2020
1 parent 3d3b3b1 commit cef0035
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions domains/DataCollection/Forms/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ const Forms = (props) => {
}}
>
<PostSubmissionSVG width={350} height={350} />
<Text>{I18n.t('forms.successfullySubmitted')}</Text>
<Text>{I18n.t('forms.grabCoffee')}</Text>
<Text style={{ color: theme.colors.primary, fontSize: 25, fontWeight: 'bold' }}>{I18n.t('forms.successfullySubmitted')}</Text>
<Text style={{ fontSize: 15, marginTop: 10, marginBottom: 10 }}>{I18n.t('forms.grabCoffee')}</Text>
</View>
<View style={layout.container}>
<Text>{I18n.t('forms.suggestedForms')}</Text>
<Text style={{ fontSize: 15, marginBottom: 5 }}>{I18n.t('forms.suggestedForms')}</Text>
<SmallCardsCarousel
puenteForms={puenteForms}
navigateToNewRecord={navigateToNewRecord}
Expand Down
4 changes: 2 additions & 2 deletions modules/i18n/english/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,10 @@
},
"forms": {
"successfullySubmitted": "Form successfully submitted",
"grabCoffee": "Grab yourself a coffee",
"grabCoffee": "Great job, grab yourself a coffee",
"suggestedForms": "Suggested next Forms",
"viewGallery": "View Forms Gallery",
"returnHome": "Return to Data Collection Home"
"returnHome": "Return Home"
},
"gdpr": {
"consentForm": "Consent Form",
Expand Down
4 changes: 2 additions & 2 deletions modules/i18n/spanish/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,10 @@
},
"forms": {
"successfullySubmitted": "Formulario entregado satisfactoriamente",
"grabCoffee": "Tómate un café",
"grabCoffee": "Buen trabajo, tómate un café",
"suggestedForms": "Formularios siguientes sugeridos",
"viewGallery": "Ver galería de formularios",
"returnHome": "Return to Data Collection Home"
"returnHome": "Volver a casa"
},
"gdpr": {
"consentForm": "Formulario de consentimiento",
Expand Down

0 comments on commit cef0035

Please sign in to comment.