From 53a0ec08a25099f14b0c003d291ad6415e8510cd Mon Sep 17 00:00:00 2001 From: Bat Date: Sat, 18 Aug 2018 11:23:04 +0200 Subject: [PATCH] Fix the link of the Matrix room --- templates/base.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html.tera b/templates/base.html.tera index 5ec261e3..9a7fc977 100644 --- a/templates/base.html.tera +++ b/templates/base.html.tera @@ -36,7 +36,7 @@ Plume 0.1.0 {{ "About this instance" | _ }} {{ "Source code" | _ }} - {{ "Matrix room" | _ }} + {{ "Matrix room" | _ }} {% if account %} {% if account.is_admin %} {{ "Administration" | _ }}