From 89dc258a5b5c3f5c0f4ef3e0011fb790c481afd9 Mon Sep 17 00:00:00 2001
From: Gergely Polonkai
Date: Tue, 17 Jul 2018 12:38:50 +0200
Subject: [PATCH] =?UTF-8?q?[Bugfix]=20Fix=20the=20link=20of=20the=20?=
=?UTF-8?q?=E2=80=9CGo=20to=20your=20calendar=E2=80=9D=20button=20on=20the?=
=?UTF-8?q?=20about=20page?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
calsocial/templates/welcome.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/calsocial/templates/welcome.html b/calsocial/templates/welcome.html
index 640a9a2..95eefa1 100644
--- a/calsocial/templates/welcome.html
+++ b/calsocial/templates/welcome.html
@@ -29,7 +29,7 @@
{% if current_user.is_authenticated %}
- {% trans %}Go to your calendar{% endtrans %}
+ {% trans %}Go to your calendar{% endtrans %}
{% endif %}