mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
i18n item URL copy notification & add Japanese message
This commit is contained in:
@@ -1211,7 +1211,7 @@ RED.view.tools = (function() {
|
||||
url += '/edit'
|
||||
}
|
||||
if (RED.clipboard.copyText(url)) {
|
||||
RED.notify('Copied url to clipboard', { timeout: 2000 })
|
||||
RED.notify(RED._("sidebar.info.copyURL2Clipboard"), { timeout: 2000 })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user