From ea5c88ca98f1e3897399783012a10dc9ccc69d81 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 8 Dec 2022 02:37:51 +0100 Subject: [PATCH] domain config: add help text for default webapp --- share/config_domain.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/config_domain.toml b/share/config_domain.toml index 4257e6af8..b1ec436c5 100644 --- a/share/config_domain.toml +++ b/share/config_domain.toml @@ -9,6 +9,8 @@ name = "Features" type = "app" filter = "is_webapp" default = "_none" + # FIXME: i18n + help = "People will automatically be redirected to this app when opening this domain. If no app is specified, people are redirected to the user portal login form." [feature.mail] @@ -25,6 +27,7 @@ name = "Features" [feature.xmpp.xmpp] type = "boolean" default = 0 + # FIXME: i18n help = "NB: some XMPP features will require that you update your DNS records and regenerate your Lets Encrypt certificate to be enabled" [dns]