Skip to content

Commit

Permalink
label fix, v40
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio Chimera authored and Claudio Chimera committed Sep 4, 2024
1 parent 6289064 commit 2386455
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions alexa/alexa-device.html
Original file line number Diff line number Diff line change
Expand Up @@ -1352,8 +1352,8 @@
</div>

<div class="form-row">
<label style="width:auto" for="node-input-camera_streams"><i class="fa fa-tag"></i> <span data-i18n="device.label.camera_streams"></span></label>
<input type="text" id="node-input-camera_streams" data-i18n="[placeholder]device.placeholder.camera_streams">
<label style="width:auto" for="node-input-camera_streams"><i class="fa fa-tag"></i> <span data-i18n="alexa-device.label.camera_streams"></span></label>
<input type="text" id="node-input-camera_streams" data-i18n="[placeholder]alexa-device.placeholder.camera_streams">
<input type="hidden" id="node-input-camera_streams_type">
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-alexa-virtual-smarthome",
"version": "0.0.39",
"version": "0.0.40",
"description": "Node Red Alexa Smarthome node",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2386455

Please sign in to comment.