From 1ea307a2996f16104501bf1d497e202326000dc1 Mon Sep 17 00:00:00 2001 From: Comma Device Date: Tue, 15 Dec 2020 23:35:55 +0000 Subject: [PATCH] factory reset -> system reset --- selfdrive/ui/qt/setup/reset.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/setup/reset.cc b/selfdrive/ui/qt/setup/reset.cc index 6db4797120..5b0f02bc27 100644 --- a/selfdrive/ui/qt/setup/reset.cc +++ b/selfdrive/ui/qt/setup/reset.cc @@ -31,7 +31,7 @@ int main(int argc, char *argv[]) { )"); layout->addWidget(title, 0, Qt::AlignTop); - QLabel *body = new QLabel("Factory reset triggered. Press confirm to erase all content and settings. Press cancel to resume boot."); + QLabel *body = new QLabel("System reset triggered. Press confirm to erase all content and settings. Press cancel to resume boot."); body->setWordWrap(true); body->setAlignment(Qt::AlignCenter); body->setStyleSheet(R"(