diff --git a/hardware/pigpiod/locales/en-US/pi-gpiod.json b/hardware/pigpiod/locales/en-US/pi-gpiod.json
index 69199beb..5eaa33e6 100644
--- a/hardware/pigpiod/locales/en-US/pi-gpiod.json
+++ b/hardware/pigpiod/locales/en-US/pi-gpiod.json
@@ -30,10 +30,10 @@
"pinname": "Pin",
"tip": {
"pin": "Pins in Use: ",
- "in": "Tip: Only Digital Input is supported - input must be 0 or 1.",
- "dig": "Tip: For digital output - input must be 0 or 1.",
- "pwm": "Tip: For PWM output - input must be between 0 to 100.",
- "ser": "Tip: For Servo output - input must be between 0 to 100. 50 is centre.
Min must be 500uS or more, Max must be 2500uS or less."
+ "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.",
+ "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": {
"digout": "digital output",
diff --git a/hardware/pigpiod/package.json b/hardware/pigpiod/package.json
index e54c5e4d..8ea76b8b 100644
--- a/hardware/pigpiod/package.json
+++ b/hardware/pigpiod/package.json
@@ -1,6 +1,6 @@
{
"name": "node-red-node-pi-gpiod",
- "version": "0.0.8",
+ "version": "0.0.9",
"description": "A node-red node for PiGPIOd",
"dependencies" : {
"js-pigpio": "*"
diff --git a/hardware/pigpiod/pi-gpiod.html b/hardware/pigpiod/pi-gpiod.html
index 82998623..d83641b2 100644
--- a/hardware/pigpiod/pi-gpiod.html
+++ b/hardware/pigpiod/pi-gpiod.html
@@ -163,9 +163,9 @@
+