factory reset -> system reset
old-commit-hash: 1ea307a2996f16104501bf1d497e202326000dc1
This commit is contained in:
@@ -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"(
|
||||
|
||||
Reference in New Issue
Block a user