mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Bad i18n key
This commit is contained in:
parent
6954ca9002
commit
d98d753f52
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class DNSRecordsDiagnoser(Diagnoser):
|
||||||
|
|
||||||
if not expire_date:
|
if not expire_date:
|
||||||
details["not_found"].append((
|
details["not_found"].append((
|
||||||
"diagnosis_domain_expiration_date_not_found",
|
"diagnosis_domain_expiration_not_found",
|
||||||
{"domain": domain}))
|
{"domain": domain}))
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue