diff --git a/hardware/pigpiod/locales/en-US/pi-gpiod.json b/hardware/pigpiod/locales/en-US/pi-gpiod.json
index 865a7a39..dcd605ce 100644
--- a/hardware/pigpiod/locales/en-US/pi-gpiod.json
+++ b/hardware/pigpiod/locales/en-US/pi-gpiod.json
@@ -7,7 +7,6 @@
"resistor": "Resistor?",
"readinitial": "Read initial state of pin on deploy/restart?",
"type": "Type",
- "setfreq": "Set frequency?",
"freq": "Frequency",
"initpin": "Initialise pin state?",
"debounce": "Debounce",
@@ -34,8 +33,7 @@
"pin": "Pins in Use: ",
"in": "Only Digital Input is supported - input must be 0 or 1.",
"dig": "Digital output - input must be 0 or 1.",
- "pwm": "PWM output - input must be between 0 to 100.",
- "freq": "Frequency must be in between 5 and 40000 Hz",
+ "pwm": "PWM output - input must be between 0 to 100. Frequency must be in between 5 and 40000 Hz.",
"ser": "Servo output - input must be between 0 to 100. 50 is centre. Min must be 500uS or more, Max must be 2500uS or less."
},
"types": {
diff --git a/hardware/pigpiod/pi-gpiod.html b/hardware/pigpiod/pi-gpiod.html
index eee85ff6..de458b00 100644
--- a/hardware/pigpiod/pi-gpiod.html
+++ b/hardware/pigpiod/pi-gpiod.html
@@ -381,11 +381,6 @@
-
-
-
-
-
Hz
@@ -419,7 +414,6 @@
-
Pins marked in blue are dual use. Make sure they are not enabled for
their other use before using as GPIO.