Move translation

This commit is contained in:
Ben Hardill
2024-04-18 11:47:49 +01:00
parent c990ec39d6
commit 5f4ece6813
2 changed files with 3 additions and 3 deletions

View File

@@ -1273,7 +1273,7 @@ RED.palette.editor = (function() {
installNodeModule(entry.id,entry.version,entry.pkg_url,function(xhr, textStatus,err) {
spinner.remove();
if (err && xhr.status === 504) {
var notification = RED.notify(RED._("palette.editor.timeout"), {
var notification = RED.notify(RED._("palette.editor.errors.installTimeout"), {
modal: true,
fixed: true,
buttons: [