mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix typos in welcome tour for 4.0.0-beta.2
This commit is contained in:
parent
c05d18ada1
commit
437c28e2b8
@ -64,14 +64,14 @@ export default {
|
|||||||
image: 'images/nr4-plugins.png',
|
image: 'images/nr4-plugins.png',
|
||||||
description: {
|
description: {
|
||||||
"en-US": `<p>The palette manager now shows any plugin modules you have installed, such as
|
"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>`,
|
nodes for the palette.</p>`,
|
||||||
"ja": `<p>パレットの管理に <code>node-red-debugger</code> の様なインストールしたプラグインが表示されます。以前はプラグインにパレット向けのノードが含まれている時のみ表示されていました。</p>`
|
"ja": `<p>パレットの管理に <code>node-red-debugger</code> の様なインストールしたプラグインが表示されます。以前はプラグインにパレット向けのノードが含まれている時のみ表示されていました。</p>`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: {
|
title: {
|
||||||
"en-US": "That's if for Beta 2!",
|
"en-US": "That's it for Beta 2!",
|
||||||
"ja": "ベータ2については以上です!"
|
"ja": "ベータ2については以上です!"
|
||||||
},
|
},
|
||||||
description: {
|
description: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user