Fix typo in welcome tour

This commit is contained in:
Kazuhito Yokoi
2025-06-15 01:29:39 +09:00
parent 2886fc326c
commit 51e0e18045

View File

@@ -23,7 +23,7 @@ export default {
image: 'images/update-notification.png',
description: {
"en-US": `<p>Stay up to date with notifications when there is a new Node-RED version available, or updates to the nodes you have installed</p>`,
"en-US": `<p>新バージョンのNode-REDの提供や、インストールしたードの更新があった時に、通知を受け取ることができます。</p>`,
"ja": `<p>新バージョンのNode-REDの提供や、インストールしたードの更新があった時に、通知を受け取ることができます。</p>`,
"fr": `<p>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</p>`
}
},