Skip to content

Commit 0992125

Browse files
committed
minor
1 parent 2dd2ffd commit 0992125

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/support/ConversationPage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ qx.Class.define("osparc.support.ConversationPage", {
190190
case osparc.support.Conversation.SYSTEM_MESSAGE_TYPE.BOOK_A_CALL:
191191
title.setValue(this.tr("Book a Call"));
192192
const bookACallTopicSelector = this.getChildControl("book-a-call-topic-selector");
193+
bookACallTopicSelector.getChildControl("next-button").setLabel(this.tr("Next"));
193194
bookACallTopicSelector.addListener("callTopicSelected", e => {
194195
console.log("callTopicSelected", e.getData());
195196
this.getChildControl("main-stack").setSelection([conversationContainer]);

0 commit comments

Comments
 (0)