diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/tour/tourGuide.js b/packages/node_modules/@node-red/editor-client/src/js/ui/tour/tourGuide.js index 913582c10..406715651 100644 --- a/packages/node_modules/@node-red/editor-client/src/js/ui/tour/tourGuide.js +++ b/packages/node_modules/@node-red/editor-client/src/js/ui/tour/tourGuide.js @@ -437,17 +437,17 @@ RED.tourGuide = (function() { return [ { id: "3_0", - label: "3.0.0-beta.4", + label: "3.0", path: "./tours/welcome.js" }, { id: "2_2", - label: "2.2.0", + label: "2.2", path: "./tours/2.2/welcome.js" }, { id: "2_1", - label: "2.1.0", + label: "2.1", path: "./tours/2.1/welcome.js" } ]; 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 35a276606..7d095ba8c 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 @@ -1,15 +1,15 @@ export default { - version: "3.0.0-beta.4", + version: "3.0.0", steps: [ { titleIcon: "fa fa-map-o", title: { - "en-US": "Welcome to Node-RED 3.0 Beta 4!", - "ja": "Node-RED 3.0 ベータ4へようこそ!" + "en-US": "Welcome to Node-RED 3.0!", + "ja": "Node-RED 3.0へようこそ!" }, description: { - "en-US": "

This is another final beta release of Node-RED 3.0.

Let's take a moment to discover the new features in this release.

", - "ja": "

これはNode-RED 3.0のもう一つの最後のベータリリースです。

本リリースの新機能を見つけてみましょう。

" + "en-US": "

Let's take a moment to discover the new features in this release.

", + "ja": "

本リリースの新機能を見つけてみましょう。

" } }, {