From 885d2ebf0fd88b85396fecf17a5d744614c35ccd Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sat, 5 Jun 2021 22:16:57 +0100 Subject: [PATCH] admin: fix telegram/discord/matrix enabled varnames --- html/admin.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/html/admin.html b/html/admin.html index 4bc1472..1683da6 100644 --- a/html/admin.html +++ b/html/admin.html @@ -311,7 +311,7 @@ {{ .strings.update }} - {{ if .telegram_enabled }} + {{ if .telegramEnabled }} {{ end }} - {{ if .discord_enabled }} + {{ if .discordEnabled }}