Pushover, one letter spelling mistake in placeholder

This commit is contained in:
Dave Conway-Jones 2016-10-17 23:00:22 +01:00
parent 735f610730
commit 6fce1f5622
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
</div>
<div class="form-row">
<label for="node-input-url_title"><i class="fa fa-anchor"></i> URL title</label>
<input type="text" id="node-input-url_title" placeholder="optionas url title">
<input type="text" id="node-input-url_title" placeholder="optional url title">
</div>
<div class="form-row">
<label for="node-input-deviceid"><i class="fa fa-user"></i> User key</label>

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-pushover",
"version" : "0.0.8",
"version" : "0.0.9",
"description" : "A Node-RED node to send alerts via Pushover",
"dependencies" : {
"pushover-notifications" : "~0.2.3"