From 3451f91c4a4cd3128f80162c53d084bc049e651b Mon Sep 17 00:00:00 2001 From: root Date: Mon, 9 Sep 2024 09:02:55 +0930 Subject: [PATCH] Revert "Clarify NTP Server must be an IP #1956" This reverts commit 943643dd26568b8ff4dfb3eeaa0583dd77963fcb. --- www/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/settings.json b/www/settings.json index 17764e139..603a4713c 100644 --- a/www/settings.json +++ b/www/settings.json @@ -1674,8 +1674,8 @@ }, "ntpServer": { "name": "ntpServer", - "description": "NTP Server (IP only)", - "tip": "NTP Server to use to sync time. falconplayer.pool.ntp.org will be used if not set. Only IP addresses are supported here, not names.", + "description": "NTP Server", + "tip": "NTP Server to use to sync time. Debian Pool will be used if not set.", "type": "text", "size": 30, "maxlength": 64