Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions app/src/views/EapApplications/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ export function Component() {
<Container
childrenContainerClassName={styles.eapFormLinks}
>
{/* FIXME: Add eap registration link */}
<Link
to="home"
to="eapDevelopmentRegistration"
variant="secondary"
>
{strings.eapRegistrationLink}
Expand Down
37 changes: 36 additions & 1 deletion app/src/views/EapRegistration/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@
"namespace": "eapRegistration",
"strings": {
"eapRegistrationHeading": "EAP Development Registration",
"eapRegistrationDescription": "The purpose of this form is for you to notify the IFRC team of the start of your EAP process. If you need assistance with the initiation of the process, send us a message."
"eapRegistrationDescription": "Use the following page to submit your National Society's interest in following the Early Action Protocol (EAP) application process. Once you submit this form, the EAP team members will contact you to start the procedure. You can find more information on the process and different ways to apply on this page.",
"eapApplicationDetails": "Application Details",
"eapNationalSociety": "National Society (NS)",
"eapNationalSocietyDescription": "Select National Society that is planning to apply for the EAP",
"eapCountry": "Country",
"eapCountryDescription": "The country will be pre-populated based on the NS selection, but can be adapted as needed.",
"eapDisasterType": "Disaster Type",
"eapDisasterTypeDescription": "Select the disaster type for which the EAP is needed.",
"eapType": "EAP Type",
"eapTypeDescription": "Select the EAP type. Find details of both under this link.",
"eapSubmission": "Expected Time of Submission",
"eapSubmissionDescription": "Include the proposed time of submission, accounting for the time it will take to deliver the application.",
"eapPartnersInvolved": "Partners Involved",
"eapPartnersInvolvedDescription": "Select from the list the partners involved in this process. Add as many as needed or select not applicable if no partners involved.",
"eapContacts": "Contacts",
"eapNSContact": "National Society Contact",
"eapNSContactDescription": "National Society contact responsible for the EAP process",
"eapNSName": "Name",
"eapNSTitle": "Title",
"eapNSEmail": "Email",
"eapNSPhoneNumber": "Phone Number",
"eapIFRCContact": "IFRC Contact",
"eapIFRCContactDescription": "The most senior staff in the National Society responsible and knowledgable about the disaster event.",
"eapIFRCName": "Name",
"eapIFRCTitle": "Title",
"eapIFRCEmail": "Email",
"eapIFRCPhoneNumber": "Phone Number",
"eapFocalPoint": "DREF Focal Point",
"eapFocalPointDescription": "The DREF contact person form IFRC",
"eapFocalPointName": "Name",
"eapFocalPointTitle": "Title",
"eapFocalPointEmail": "Email",
"eapFocalPointPhoneNumber": "Phone Number",
"eapSubmitButton": "Submit",
"eapCancelButton": "Cancel",
"eapSaveAndClose": "Save and Close"
}
}
Loading
Loading