mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Pushover, one letter spelling mistake in placeholder
This commit is contained in:
parent
735f610730
commit
6fce1f5622
@ -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>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user