From a6efca8a74d081bd1bd92557d2177b43b7160582 Mon Sep 17 00:00:00 2001 From: David Korth Date: Sat, 1 Apr 2023 08:41:11 -0400 Subject: [PATCH] SubmitScreen.cpp: Mention IDs; consolidate model and serial number to one line. --- source/screens/SubmitScreen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/screens/SubmitScreen.cpp b/source/screens/SubmitScreen.cpp index dd6c935..b629573 100644 --- a/source/screens/SubmitScreen.cpp +++ b/source/screens/SubmitScreen.cpp @@ -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"; }