From fa7ca3804b950f462acdc4f224e5a3a3d91867c9 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Mon, 30 Oct 2023 20:08:06 -0500 Subject: [PATCH] Update for M3 Verbiage --- helpers/listing-page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/listing-page.js b/helpers/listing-page.js index 16baf07..54e5e7c 100644 --- a/helpers/listing-page.js +++ b/helpers/listing-page.js @@ -22,7 +22,7 @@ function makeTitle ( listing ) { function makeDescription ( listing ) { // const processorsVerbiage = process.env.npm_package_config_verbiage_processors || this.$config.processorsVerbiage - const processorsVerbiage = 'Apple M2 and M1 Ultra' + const processorsVerbiage = 'Apple M3 Max and M2 Ultra' return `Latest reported support status of ${ listing.name } on Apple Silicon and ${ processorsVerbiage } Processors.` }