mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add note + nls to the "manage modules" button
This commit is contained in:
parent
8d310c6c1c
commit
8255e62f31
@ -3,7 +3,7 @@
|
|||||||
<div class="form-tips">
|
<div class="form-tips">
|
||||||
<span data-i18n="[html]unknown.tip"></span>
|
<span data-i18n="[html]unknown.tip"></span>
|
||||||
<p id="unknown-module-known">
|
<p id="unknown-module-known">
|
||||||
<button id="unknown-manage-dependencies" class="red-ui-button">Manage dependencies</button>
|
<button id="unknown-manage-dependencies" class="red-ui-button"><span data-i18n="unknown.manageModules"></span></button>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -406,7 +406,8 @@
|
|||||||
"label": {
|
"label": {
|
||||||
"unknown": "unknown"
|
"unknown": "unknown"
|
||||||
},
|
},
|
||||||
"tip": "<p>This node is a type unknown to your installation of Node-RED.</p><p><i>If you deploy with the node in this state, it's configuration will be preserved, but the flow will not start until the missing type is installed.</i></p><p>See the Info side bar for more help</p>"
|
"manageModules": "Manage modules",
|
||||||
|
"tip": "<p>This node is a type unknown to your installation of Node-RED.</p><p><i>If you deploy with the node in this state, it's configuration will be preserved, but the flow will not start until the missing type is installed.</i></p><p>See the Info side bar for more help</p><p>You can also click the button below to open the palette and install the missing modules.</p>"
|
||||||
},
|
},
|
||||||
"mqtt": {
|
"mqtt": {
|
||||||
"label": {
|
"label": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user