diff --git a/i18n/en.yaml b/i18n/en.yaml index 3d700b5..38fc9ff 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -68,7 +68,8 @@ events-previous: "Previous" more-info: "More info" join: "Join the Tech Workers Coalition" join-form: "Your details" -name: "Name" +first-name: "First name" +last-name: "Last name" email: "Email" social-examples-1: "LinkedIn, personal website, blog, etc" social-examples-2: "Github, Instagram, Mastodon, etc" diff --git a/i18n/nl.yaml b/i18n/nl.yaml index 1408f26..4d228a7 100644 --- a/i18n/nl.yaml +++ b/i18n/nl.yaml @@ -68,7 +68,8 @@ events-previous: "Eerder" more-info: "Meer info" join: "Doe mee met de Techwerkerscoalitie" join-form: "Je gegevens" -name: "Naam" +first-name: "Naam" +last-name: "Last name" email: "Email" social-examples-1: "LinkedIn, persoonlijke website, blog, enz" social-examples-2: "Github, Instagram, Mastodon, enz" diff --git a/layouts/_shortcodes/join-form.html b/layouts/_shortcodes/join-form.html index e0b7d66..4546092 100644 --- a/layouts/_shortcodes/join-form.html +++ b/layouts/_shortcodes/join-form.html @@ -1,6 +1,6 @@