diff --git a/selfdrive/ui/qt/widgets/wifi.cc b/selfdrive/ui/qt/widgets/wifi.cc index b717a00d98..ed5825ab77 100644 --- a/selfdrive/ui/qt/widgets/wifi.cc +++ b/selfdrive/ui/qt/widgets/wifi.cc @@ -60,7 +60,7 @@ WiFiPromptWidget::WiFiPromptWidget(QWidget *parent) : QFrame(parent) { { QHBoxLayout *title_layout = new QHBoxLayout; { - QLabel *title = new QLabel(tr("Uploading training data")); + QLabel *title = new QLabel(tr("Ready to upload")); title->setStyleSheet("font-size: 64px; font-weight: 600;"); title->setWordWrap(true); title->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Minimum); @@ -74,7 +74,7 @@ WiFiPromptWidget::WiFiPromptWidget(QWidget *parent) : QFrame(parent) { } uploading_layout->addLayout(title_layout); - QLabel *desc = new QLabel(tr("Your data is used to train driving models and help improve openpilot")); + QLabel *desc = new QLabel(tr("Training data will be pulled periodically while your device is on Wi-Fi")); desc->setStyleSheet("font-size: 48px; font-weight: 400;"); desc->setWordWrap(true); uploading_layout->addWidget(desc); diff --git a/selfdrive/ui/translations/main_de.ts b/selfdrive/ui/translations/main_de.ts index c560ed963f..f62810576e 100644 --- a/selfdrive/ui/translations/main_de.ts +++ b/selfdrive/ui/translations/main_de.ts @@ -1194,11 +1194,11 @@ This may take up to a minute. - Uploading training data + Ready to upload - Your data is used to train driving models and help improve openpilot + Training data will be pulled periodically while your device is on Wi-Fi diff --git a/selfdrive/ui/translations/main_ja.ts b/selfdrive/ui/translations/main_ja.ts index 8cf3bc5920..88c584e361 100644 --- a/selfdrive/ui/translations/main_ja.ts +++ b/selfdrive/ui/translations/main_ja.ts @@ -1186,11 +1186,11 @@ This may take up to a minute. - Uploading training data + Ready to upload - Your data is used to train driving models and help improve openpilot + Training data will be pulled periodically while your device is on Wi-Fi diff --git a/selfdrive/ui/translations/main_ko.ts b/selfdrive/ui/translations/main_ko.ts index 442dcb7b86..813dd0c5eb 100644 --- a/selfdrive/ui/translations/main_ko.ts +++ b/selfdrive/ui/translations/main_ko.ts @@ -1188,12 +1188,12 @@ This may take up to a minute. 설정 열기 - Uploading training data - 트레이닝 데이터 업로드 + Ready to upload + - Your data is used to train driving models and help improve openpilot - 귀하의 데이터는 운전 모델을 교육하고 openpilot을 개선하는 데 사용됩니다. + Training data will be pulled periodically while your device is on Wi-Fi + diff --git a/selfdrive/ui/translations/main_pt-BR.ts b/selfdrive/ui/translations/main_pt-BR.ts index 2fe0dbb955..ab310d4cef 100644 --- a/selfdrive/ui/translations/main_pt-BR.ts +++ b/selfdrive/ui/translations/main_pt-BR.ts @@ -1192,12 +1192,12 @@ Isso pode levar até um minuto. Abrir Configurações - Uploading training data - Subindo dados + Ready to upload + - Your data is used to train driving models and help improve openpilot - Seus dados são utilizados para treinar modelos de direção e ajudar a melhorar o openpilot + Training data will be pulled periodically while your device is on Wi-Fi + diff --git a/selfdrive/ui/translations/main_zh-CHS.ts b/selfdrive/ui/translations/main_zh-CHS.ts index af09319f0c..313c57a903 100644 --- a/selfdrive/ui/translations/main_zh-CHS.ts +++ b/selfdrive/ui/translations/main_zh-CHS.ts @@ -1186,11 +1186,11 @@ This may take up to a minute. - Uploading training data + Ready to upload - Your data is used to train driving models and help improve openpilot + Training data will be pulled periodically while your device is on Wi-Fi diff --git a/selfdrive/ui/translations/main_zh-CHT.ts b/selfdrive/ui/translations/main_zh-CHT.ts index 462cc65a96..aa63ee7026 100644 --- a/selfdrive/ui/translations/main_zh-CHT.ts +++ b/selfdrive/ui/translations/main_zh-CHT.ts @@ -1188,12 +1188,12 @@ This may take up to a minute. 開啟設置 - Uploading training data - 正在上傳訓練數據 + Ready to upload + - Your data is used to train driving models and help improve openpilot - 您的數據將用於訓練駕駛模型並協助改進 openpilot + Training data will be pulled periodically while your device is on Wi-Fi +