From 60555d644e030b9dc708059752bf8b588eb44049 Mon Sep 17 00:00:00 2001 From: iotux Date: Wed, 14 Jan 2026 17:19:45 +0100 Subject: [PATCH] Formatting fix --- server/model/domain_expiry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/model/domain_expiry.js b/server/model/domain_expiry.js index bb802e1bf..261a0e21d 100644 --- a/server/model/domain_expiry.js +++ b/server/model/domain_expiry.js @@ -167,7 +167,7 @@ class DomainExpiry extends BeanModel { throw new TranslatableError("domain_expiry_public_suffix_too_short", { publicSuffix: tld.publicSuffix }); } if (!tld.isIcann) { - throw new TranslatableError("domain_expiry_unsupported_is_icann", { hostname: tld.hostname }); + throw new TranslatableError("domain_expiry_unsupported_is_icann", { domain: tld.domain }); } const rdap = await getRdapServer(tld.publicSuffix);