mirror of https://github.com/node-red/node-red.git
Rephrase the reload message
parent
bc2153bcdf
commit
141b14237d
|
|
@ -684,7 +684,7 @@
|
|||
"title": "Remove nodes"
|
||||
},
|
||||
"removePlugin": {
|
||||
"body": "<p>Removed plugin __module__. Please reload the editor to clear left-overs.</p>"
|
||||
"body": "<p>Removed plugin __module__. Please reload the editor to continue.</p>"
|
||||
},
|
||||
"update": {
|
||||
"body": "<p>Updating '__module__'</p><p>Updating the node will require a restart of Node-RED to complete the update. This must be done manually.</p>",
|
||||
|
|
|
|||
|
|
@ -682,7 +682,7 @@
|
|||
"title": "Supprimer les noeuds"
|
||||
},
|
||||
"removePlugin": {
|
||||
"body": "<p>Suppression du plugin '__module__'. Veuillez recharger l'éditeur afin d'appliquer les changements.</p>"
|
||||
"body": "<p>Suppression du plugin '__module__'. Veuillez recharger l'éditeur pour continuer.</p>"
|
||||
},
|
||||
"update": {
|
||||
"body": "<p>Mise à jour de '__module__'</p><p>La mise à jour du noeud nécessitera un redémarrage de Node-RED pour terminer la mise à jour. Cela doit être fait manuellement.</p>",
|
||||
|
|
|
|||
Loading…
Reference in New Issue