mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
domain: i18n for config panel section
This commit is contained in:
parent
5cfbcd4c49
commit
1fe507651b
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ def _get_registrar_config_section(domain):
|
|||
from lexicon.providers.auto import _relevant_provider_for_domain
|
||||
|
||||
registrar_infos = {
|
||||
"name": "Registrar infos",
|
||||
"name": m18n.n('registrar_infos'), # This is meant to name the config panel section, for proper display in the webadmin
|
||||
}
|
||||
|
||||
dns_zone = _get_dns_zone_for_domain(domain)
|
||||
|
|
Loading…
Add table
Reference in a new issue