diff --git a/src/_includes/partials/components/socials.liquid b/src/_includes/partials/components/socials.liquid
index ab16910..6809534 100644
--- a/src/_includes/partials/components/socials.liquid
+++ b/src/_includes/partials/components/socials.liquid
@@ -8,7 +8,7 @@
{% if mail %}
{% capture href %}mailto:{{ mail }}{% endcapture %}
- {% render 'partials/components/link', icon: "mail", showLabel: showLabel, label: "Contactez moi par mail", href: href, class: "button", attr: "data-ghost-button", target: "_blank" %}
+ {% render 'partials/components/link', icon: "mail", showLabel: showLabel, label: "Contactez moi", href: href, class: "button", attr: "data-ghost-button", target: "_blank" %}
{% endif %}
{% endif %}