From 14a24616d0186fbccf0f5efc3ebf0b2addf93c50 Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Fri, 1 Aug 2025 07:34:35 +0100 Subject: [PATCH] updated language label for repsonresults to dns list --- i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n.js b/i18n.js index bfe06a35..37aa2f48 100644 --- a/i18n.js +++ b/i18n.js @@ -59,7 +59,7 @@ module.exports = { "/dns": ["dnsCommon", "dnsHome"], "/dns/applications": ["dnsCommon", "dnsApplications"], "/dns/application-view": ["dnsCommon", "dnsApplicationView"], - "/dnsapplications": ["search", "dnsCommon", "dnsApplications"], + "/dnsapplications": ["case", "search", "dnsCommon", "dnsApplications"], "/dnsdetails": ["case", "search", "dnsCommon", "dnsApplications"], "/help/cookies": ["common", "cookies"], "/account/register": ["common", "account"],