From ece2988ebc5cfe840e6043714336e2bcc7363c6a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 4 Apr 2016 19:08:57 +0200 Subject: [PATCH] fix mail title --- app/templates/includes/share_buttons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/includes/share_buttons.html b/app/templates/includes/share_buttons.html index 4d124d14..1b887815 100644 --- a/app/templates/includes/share_buttons.html +++ b/app/templates/includes/share_buttons.html @@ -3,6 +3,6 @@
{% trans "Share on Facebook" %} {% trans "Share on Twitter" %} - {% trans "Share by email" %} + {% trans "Share by email" %} {% trans "Print this page" %}
-- 2.39.5