From e7366ebfcb68a77c0f78c88bb230b4f0b47965b0 Mon Sep 17 00:00:00 2001 From: Kenneth Barbour Date: Sat, 4 Jul 2020 08:29:06 -0400 Subject: [PATCH] placeholder text for NTP Host is now 'NTP Disabled' --- frontend/src/views/SetupView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/SetupView.js b/frontend/src/views/SetupView.js index ca42cd6..990a745 100644 --- a/frontend/src/views/SetupView.js +++ b/frontend/src/views/SetupView.js @@ -69,7 +69,7 @@ const configurables = [ name: "ntp_host", title: "NTP Host", value: Config.properties.ntp_host, - placeholder: 'Default NTP server', + placeholder: 'NTP Disabled', } ], },