Skip to content

Commit 2dd2ffd

Browse files
committed
minor
1 parent 6379f79 commit 2dd2ffd

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
@@ -199,6 +199,7 @@ qx.Class.define("osparc.support.ConversationPage", {
199199
case osparc.support.Conversation.SYSTEM_MESSAGE_TYPE.BOOK_A_CALL_3RD: {
200200
title.setValue(this.tr("Book a Call 3rd"));
201201
const bookACallTopicSelector = this.getChildControl("book-a-call-topic-selector");
202+
bookACallTopicSelector.getChildControl("next-button").setLabel(this.tr("Select date & time"));
202203
bookACallTopicSelector.addListener("callTopicSelected", e => {
203204
console.log("callTopicSelected", e.getData());
204205
this.getChildControl("main-stack").setSelection([conversationContainer]);

0 commit comments

Comments
 (0)