diff --git a/packages/node_modules/@node-red/editor-client/src/tours/welcome.js b/packages/node_modules/@node-red/editor-client/src/tours/welcome.js index f77c7c60a..8041db469 100644 --- a/packages/node_modules/@node-red/editor-client/src/tours/welcome.js +++ b/packages/node_modules/@node-red/editor-client/src/tours/welcome.js @@ -23,7 +23,7 @@ export default { image: 'images/update-notification.png', description: { "en-US": `
Stay up to date with notifications when there is a new Node-RED version available, or updates to the nodes you have installed
`, - "en-US": `新バージョンのNode-REDの提供や、インストールしたノードの更新があった時に、通知を受け取ることができます。
`, + "ja": `新バージョンのNode-REDの提供や、インストールしたノードの更新があった時に、通知を受け取ることができます。
`, "fr": `Désormais vous recevrez une notification lorsqu'une nouvelle version de Node-RED ou une nouvelle version relative à un des noeuds que vous avez installés est disponible
` } },