Fix typos in welcome tour for 4.0.0-beta.2

This commit is contained in:
Kazuhito Yokoi 2024-04-28 21:27:25 +09:00
parent c05d18ada1
commit 437c28e2b8

View File

@ -64,14 +64,14 @@ export default {
image: 'images/nr4-plugins.png',
description: {
"en-US": `<p>The palette manager now shows any plugin modules you have installed, such as
<code>node-red-debugger</code>. Previously they would only be shown if they plugin include
<code>node-red-debugger</code>. Previously they would only be shown if the plugins include
nodes for the palette.</p>`,
"ja": `<p>パレットの管理に <code>node-red-debugger</code> の様なインストールしたプラグインが表示されます。以前はプラグインにパレット向けのノードが含まれている時のみ表示されていました。</p>`
}
},
{
title: {
"en-US": "That's if for Beta 2!",
"en-US": "That's it for Beta 2!",
"ja": "ベータ2については以上です!"
},
description: {