factory reset -> system reset

old-commit-hash: 1ea307a2996f16104501bf1d497e202326000dc1
This commit is contained in:
Comma Device
2020-12-15 23:35:55 +00:00
parent 80c5bfb44c
commit be077d0885

View File

@@ -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"(