update pairing text

pull/19841/head
Willem Melching 4 years ago
parent f068ac32bc
commit 7948653605
  1. 2
      selfdrive/ui/qt/widgets/setup.cc

@ -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;
)");

Loading…
Cancel
Save