Skip to content

Commit 486ab4a

Browse files
committed
osparc -> navbar
1 parent 8edecb4 commit 486ab4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

services/static-webserver/client/source/class/osparc/tours/Manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ qx.Class.define("osparc.tours.Manager", {
6666
switch (id) {
6767
case "intro-text":
6868
control = new qx.ui.basic.Label().set({
69-
value: this.tr("This collection of Guided Tours will show you how to use the framework:"),
69+
value: this.tr("This collection of Guided Tours will show you how to use the platform:"),
7070
rich: true,
7171
wrap: true,
7272
font: "text-14"

services/static-webserver/client/source/resource/osparc/tours/osparc_tours.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"event": "tap"
5151
},
5252
"anchorEl": "osparc-test-id=notificationsContainer",
53-
"text": "By clicking on the Bell, you will you see notifications about which Studies, Credits and Organizations have been shared with you.",
53+
"text": "By clicking on the Bell, you will you see notifications about which Studies, Templates and Organizations have been shared with you.",
5454
"placement": "bottom"
5555
}, {
5656
"beforeClick": {
@@ -66,7 +66,7 @@
6666
"action": "open"
6767
},
6868
"anchorEl": "osparc-test-id=userMenuMenu",
69-
"text": "The User Menu gives you access to Your Account, Billing Center, Preferences, Organizations and more.",
69+
"text": "The User Menu gives you access to Your Account, Organizations and more.",
7070
"placement": "left"
7171
}]
7272
},

0 commit comments

Comments
 (0)