SubmitScreen.cpp: Mention IDs; consolidate model and serial number to one line.

This commit is contained in:
David Korth 2023-04-01 08:41:11 -04:00 committed by GaryOderNichts
parent 0143b2e867
commit a6efca8a74
1 changed files with 2 additions and 2 deletions

View File

@ -81,14 +81,14 @@ const char desc[] =
"but personally identifying information will be kept confidential.\n"
"\n"
"Information that will be submitted:\n"
"\uff65 System model\n"
"\uff65 System serial number (excluding the last 3 digits)\n"
"\uff65 System model and serial number (excluding the last 3 digits)\n"
"\uff65 Manufacturing date\n"
"\uff65 Region information\n"
"\uff65 Security level (keyset), sataDevice, consoleType, BSP revision\n"
"\uff65 boardType, boardRevision, bootSource, ddr3Size, ddr3Speed, ddr3Vendor\n"
"\uff65 MLC manufacturer, revision, name, size, and CID\n"
"\uff65 Device certificate and SHA-256 hash of OTP (to prevent duplicates)\n"
"\uff64 MS, CA, NG, and NG key IDs\n"
"\n"
"Do you want to submit your console's system data?\n";
}