From 1ff965611e32dd88a21533bf54a62af98feab038 Mon Sep 17 00:00:00 2001 From: exefer Date: Sat, 8 Nov 2025 22:40:23 +0100 Subject: [PATCH] Fix typo in DNS help text (#1868) Authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com> --- lang/en/admin/node.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/admin/node.php b/lang/en/admin/node.php index 961ca5169..745c63afb 100644 --- a/lang/en/admin/node.php +++ b/lang/en/admin/node.php @@ -44,7 +44,7 @@ return [ 'error' => 'This is the domain name that points to your node\'s IP Address. If you\'ve already set up this, you can verify it by checking the next field!', 'fqdn_help' => 'Your panel is currently secured via an SSL certificate and that means your nodes require one too. You must use a domain name, because you cannot get SSL certificates for IP Addresses.', 'dns' => 'DNS Record Check', - 'dns_help' => 'This lets you know if you DNS record is pointing to the correct IP address.', + 'dns_help' => 'This lets you know if your DNS record is pointing to the correct IP address.', 'valid' => 'Valid', 'invalid' => 'Invalid', 'port' => 'Port',