diff --git a/src/components/Contact.tsx b/src/components/Contact.tsx
index e3bc2d9..13b0c05 100644
--- a/src/components/Contact.tsx
+++ b/src/components/Contact.tsx
@@ -10,7 +10,7 @@ export const Contact = () => {
- {t("landing.contact.email")}
+ {t("landing.contact.support")}
@@ -18,7 +18,7 @@ export const Contact = () => {
- {t("landing.contact.vulb")}
+ {t("landing.contact.email")}
;
}
\ No newline at end of file
diff --git a/src/i18n/en.json b/src/i18n/en.json
index acb6630..19c123f 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -35,7 +35,7 @@
"contact": {
"title": "Contact Me",
"email": "Send me an email: aleks@wilczynski.me",
- "vulb": "Report vulnerability: security@wilczynski.me"
+ "support": "Contact support: support@alekswilc.dev"
}
}
}
\ No newline at end of file
diff --git a/src/i18n/pl.json b/src/i18n/pl.json
index 9966558..345bfdf 100644
--- a/src/i18n/pl.json
+++ b/src/i18n/pl.json
@@ -35,7 +35,7 @@
"contact": {
"title": "Skontaktuj się ze mną",
"email": "Wyślij mi E-Mail: aleks@wilczynski.me",
- "vulb": "Zgłoś podatność: security@wilczynski.me"
+ "support": "Skontaktuj się z supportem: support@alekswilc.dev"
}
}
}
\ No newline at end of file