From 287a25a35371a64c356a3318360b240f8ee378fb Mon Sep 17 00:00:00 2001 From: abbodi1406 Date: Tue, 21 Apr 2026 00:47:14 +0300 Subject: [PATCH] simplify OOBE title --- fetchupd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetchupd.php b/fetchupd.php index 4e97707..79395ea 100644 --- a/fetchupd.php +++ b/fetchupd.php @@ -379,7 +379,7 @@ function parseFetchUpdate($updateInfo, $out, $arch, $ring, $flight, $build, $sku } if($foundType == 'oobe' && !preg_match("/OOBE|Out of Box/i", $updateTitle)) { - $updateTitle = str_replace('Update', 'Update for Windows OOBE', $updateTitle); + $updateTitle = str_replace('Update', 'OOBE Update', $updateTitle); } if($sku == 406)