domain config: add disclaimer that enabling/disabling features only impact dns configuration for now

This commit is contained in:
Alexandre Aubin 2021-09-19 01:23:51 +02:00
parent 8faad01263
commit f90854809c
2 changed files with 7 additions and 1 deletions

View file

@ -15,6 +15,11 @@ i18n = "domain_config"
[feature.mail]
#services = ['postfix', 'dovecot']
[feature.mail.features_disclaimer]
type = "alert"
style = "warning"
icon = "warning"
[feature.mail.mail_out]
type = "boolean"
default = 1

View file

@ -321,9 +321,10 @@
"domain_dns_push_not_applicable": "The automatic DNS configuration feature is not applicable to domain {domain}. You should manually configure your DNS records following the documentation at https://yunohost.org/dns_config.",
"domain_dns_push_managed_in_parent_domain": "The automatic DNS configuration feature is managed in the parent domain {parent_domain}.",
"domain_dns_push_failed_to_authenticate": "Failed to authenticate on registrar's API for domain '{domain}'. Most probably the credentials are incorrect? (Error: {error})",
"domain_config_features_disclaimer": "So far, enabling/disabling mail or XMPP features only impact the recommended and automatic DNS configuration, not system configurations!",
"domain_config_mail_in": "Incoming emails",
"domain_config_mail_out": "Outgoing emails",
"domain_config_xmpp": "XMPP",
"domain_config_xmpp": "Instant messaging (XMPP)",
"domain_config_auth_token": "Authentication token",
"domain_config_auth_key": "Authentication key",
"domain_config_auth_secret": "Authentication secret",