diff --git a/src/components/signup/SignupForm.vue b/src/components/signup/SignupForm.vue
index 1d0c603..0c7b6d9 100644
--- a/src/components/signup/SignupForm.vue
+++ b/src/components/signup/SignupForm.vue
@@ -96,6 +96,8 @@
{{$t('nature_non_profit')}}
{{$t('nature_dutch_cloud_community')}} (link)
{{$t('nature_registrar_community')}} (link)
+ {{$t('nature_vital_infrastructure')}}
+ {{$t('nature_other')}}
@@ -265,6 +267,8 @@ export default {
"nature_for_profit": "For profit",
"nature_dutch_cloud_community": "member of Dutch Cloud Community",
"nature_registrar_community": "member of Vereniging van Registrars",
+ "nature_vital_infrastructure": "Vital infrastructure",
+ "nature_other": "Other",
"chamber_of_commerce_number": "Chamber of commerce number",
"chamber_of_commerce_number_placeholder": "",
"reason_for_application": "Reason for applying",
@@ -303,6 +307,8 @@ export default {
"nature_for_profit": "For profit",
"nature_dutch_cloud_community": "Lid van Dutch Cloud Community",
"nature_registrar_community": "Lid van Vereniging van Registrars",
+ "nature_vital_infrastructure": "Vitale infrastructuur",
+ "nature_other": "Overig",
"chamber_of_commerce_number": "Kamer van koophandel nummer",
"chamber_of_commerce_number_placeholder": "",
"reason_for_application": "Reden om toegang aan te vragen",