Skip to content

Commit e5ee9c6

Browse files
committed
Conversations
1 parent c1f9e7e commit e5ee9c6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

services/static-webserver/client/source/class/osparc/dashboard/ResourceDetails.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ qx.Class.define("osparc.dashboard.ResourceDetails", {
522522
this.__addOpenButton(page);
523523

524524
const lazyLoadContent = () => {
525-
const commentsList = new osparc.info.CommentsList(resourceData);
525+
const commentsList = new osparc.info.Conversations(resourceData);
526526
page.addToContent(commentsList);
527527
}
528528
page.addListenerOnce("appear", lazyLoadContent, this);

services/static-webserver/client/source/class/osparc/info/CommentsList.js renamed to services/static-webserver/client/source/class/osparc/info/Converstations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
************************************************************************ */
1717

1818

19-
qx.Class.define("osparc.info.CommentsList", {
19+
qx.Class.define("osparc.info.Conversations", {
2020
extend: qx.ui.core.Widget,
2121

2222
/**

services/static-webserver/client/source/translation/en.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2174,19 +2174,19 @@ msgstr ""
21742174
msgid "No Tiers found"
21752175
msgstr ""
21762176

2177-
#: osparc/info/CommentsList.js
2177+
#: osparc/info/Conversations.js
21782178
msgid "0 Comments"
21792179
msgstr ""
21802180

2181-
#: osparc/info/CommentsList.js
2181+
#: osparc/info/Conversations.js
21822182
msgid "Load more comments..."
21832183
msgstr ""
21842184

2185-
#: osparc/info/CommentsList.js
2185+
#: osparc/info/Conversations.js
21862186
msgid "1 Comment"
21872187
msgstr ""
21882188

2189-
#: osparc/info/CommentsList.js
2189+
#: osparc/info/Conversations.js
21902190
msgid " Comments"
21912191
msgstr ""
21922192

0 commit comments

Comments
 (0)