update pairing text

old-commit-hash: 7948653605
commatwo_master
Willem Melching 4 years ago
parent d37a4bc065
commit b71615fc54
  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