Skip to content

Commit

Permalink
created separated input for user email verification
Browse files Browse the repository at this point in the history
  • Loading branch information
kkatusic committed Nov 16, 2024
1 parent 39bf606 commit 89c7747
Show file tree
Hide file tree
Showing 7 changed files with 495 additions and 28 deletions.
7 changes: 5 additions & 2 deletions lang/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,9 @@
"label.eligible_networks_for_matching": "Xarxes aptes per a la concordança QF",
"label.email": "correu electrònic",
"label.email_address": "Adreça electrònica",
"label.email_verified": "Correu electrònic verificat",
"label.email_verify": "Verifica el correu electrònic",
"label.email_already_verified": "El teu correu electrònic ha estat verificat. Ara pots desar la informació del teu perfil.",
"label.enable_change": "Habilita el canvi",
"label.enable_recurring_donations": "Habilitar Donacions Recurrents",
"label.ends_on": "acaba el",
Expand Down Expand Up @@ -610,7 +613,7 @@
"label.loading": "Carregant",
"label.loading_data": "Carregant Dades",
"label.location": "Ubicació",
"label.location_optional": "ubicació (opcional)",
"label.location_optional": "Ubicació (opcional)",
"label.locekd_giv": "GIV Bloquejat",
"label.locked_for": "Bloquejat per",
"label.locked_giv_details": "Detalls del GIV bloquejat",
Expand Down Expand Up @@ -1204,7 +1207,7 @@
"label.wallet": "CARTERA",
"label.wallet_connect": "Connexió de la cartera",
"label.want_to_use_another_wallet": "Vols usar una altra cartera?",
"label.website_or_url": "lloc web o URL",
"label.website_or_url": "Lloc web o URL",
"label.week": "setmana",
"label.welcome_giver": "Benvingut, Giver",
"label.welcome_to_the": "Benvingut a",
Expand Down
9 changes: 6 additions & 3 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,11 @@
"label.elevate_projects": "Elevate Projects",
"label.eligible_for_matching": "Eligible for Matching",
"label.eligible_networks_for_matching": "Eligible networks for QF matching",
"label.email": "email",
"label.email": "Email",
"label.email_address": "Email Address",
"label.email_verified": "Email Verified",
"label.email_verify": "Verify Email",
"label.email_already_verified": "Your email has been verified. You can now save your profile information.",
"label.enable_change": "Enable Change",
"label.enable_recurring_donations": "Enable Recurring Donations",
"label.ends_on": "ends on",
Expand Down Expand Up @@ -610,7 +613,7 @@
"label.loading": "Loading",
"label.loading_data": "Loading Data",
"label.location": "Location",
"label.location_optional": "location (optional)",
"label.location_optional": "Location (optional)",
"label.locekd_giv": "Locked GIV",
"label.locked_for": "Locked for",
"label.locked_giv_details": "Locked GIV Details",
Expand Down Expand Up @@ -1204,7 +1207,7 @@
"label.wallet": "WALLET",
"label.wallet_connect": "Wallet Connect",
"label.want_to_use_another_wallet": "Want to use another wallet?",
"label.website_or_url": "website or url",
"label.website_or_url": "Website or url",
"label.week": "week",
"label.welcome_giver": "Welcome, Giver",
"label.welcome_to_the": "Welcome to the",
Expand Down
3 changes: 3 additions & 0 deletions lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,9 @@
"label.eligible_networks_for_matching": "Redes elegibles para la asignación de QF",
"label.email": "Email",
"label.email_address": "Dirección de Email",
"label.email_verified": "Correo electrónico verificado",
"label.email_verify": "Verificar correo electrónico",
"label.email_already_verified": "Tu correo electrónico ha sido verificado. Ahora puedes guardar la información de tu perfil.",
"label.enable_change": "Ayuda al Cambio",
"label.enable_recurring_donations": "Habilitar Donaciones Recurrentes",
"label.ends_on": "termina el",
Expand Down
1 change: 1 addition & 0 deletions src/apollo/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ export interface IUser {
wasReferred?: boolean;
isReferrer?: boolean;
chainvineId?: string;
isEmailVerified?: boolean;
}

export interface IPassportInfo {
Expand Down
Loading

0 comments on commit 89c7747

Please sign in to comment.