i18n item URL copy notification & add Japanese message

This commit is contained in:
Hiroyasu Nishiyama
2022-11-07 15:47:19 +09:00
parent 7da3773f7f
commit b95df6d883
3 changed files with 5 additions and 3 deletions

View File

@@ -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 })
}
}
}