old-commit-hash: 7948653605
7948653605
@ -185,7 +185,7 @@ SetupWidget::SetupWidget(QWidget* parent) : QWidget(parent) {
QObject::connect(finishButton, SIGNAL(released()), this, SLOT(showQrCode()));
finishRegistationLayout->addWidget(finishButton);
QLabel* registrationDescription = new QLabel("Pair your comma account with comma connect", this);
QLabel* registrationDescription = new QLabel("Pair your device with comma connect app", this);
registrationDescription->setStyleSheet(R"(
font-size: 50px;
)");